mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[CMD]
* Plug a leak. CID 1102398.
CORE-7975
svn path=/trunk/; revision=63653
This commit is contained in:
@@ -1838,6 +1838,7 @@ int _tmain(int argc, const TCHAR *argv[])
|
||||
if (!GetConsoleScreenBufferInfo(hConsole, &Info))
|
||||
{
|
||||
ConErrFormatMessage(GetLastError());
|
||||
CloseHandle(hConsole);
|
||||
return(1);
|
||||
}
|
||||
wDefColor = Info.wAttributes;
|
||||
|
||||
Reference in New Issue
Block a user