Bug 342670

git-svn-id: svn://10.0.0.236/trunk@215680 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-11-22 17:50:35 +00:00
parent a4155d11e7
commit 9e78eda24c

View File

@@ -416,6 +416,7 @@ Break(const char *aMsg)
WaitForSingleObject(pi.hProcess, INFINITE);
GetExitCodeProcess(pi.hProcess, &code);
CloseHandle(pi.hProcess);
CloseHandle(pi.hThread);
}
switch(code) {