From bdf5ebad3d2dbee321863af7fe25ea28be471f9b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 8 Jun 2015 21:18:26 -0400 Subject: [PATCH] Removed a TODO related to shutdown-type cleanup. We can't rely on it. --- redo/windows/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/redo/windows/init.c b/redo/windows/init.c index 8a9c1cf5..e3f38c5c 100644 --- a/redo/windows/init.c +++ b/redo/windows/init.c @@ -72,7 +72,6 @@ static BOOL WINAPI consoleCtrlHandler(DWORD dwCtrlType) // at least, that's the best I can gather from the MSDN page on the handler function // it says that functions registered by a DLL replace the default handler function (which ends the process) // it works, anyway - // TODO it's telling me there's one allocation that's left over with no type information return TRUE; } return FALSE;