Removed a TODO related to shutdown-type cleanup. We can't rely on it.

This commit is contained in:
Pietro Gagliardi 2015-06-08 21:18:26 -04:00
parent bf0b38b6c2
commit bdf5ebad3d
1 changed files with 0 additions and 1 deletions

View File

@ -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;