mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WHOAMI] fix a memory leak CID 1322119
svn path=/trunk/; revision=69011
This commit is contained in:
@@ -421,6 +421,9 @@ void WhoamiPrintTable(WhoamiTable *pTable)
|
||||
WhoamiFree(pTable->Content[i * pTable->Cols + j]);
|
||||
|
||||
WhoamiFree(pTable);
|
||||
|
||||
if (PrintFormat != csv)
|
||||
HeapFree(GetProcessHeap(), 0, ColLength);
|
||||
}
|
||||
|
||||
int WhoamiLogonId(void)
|
||||
|
||||
Reference in New Issue
Block a user