mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[GFLAGS] ModifyStatus(): Remove a remnant HeapFree() (#3283)
Addendum to ec62127
. CORE-17325
This commit is contained in:
parent
ef1c726621
commit
374f9db341
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ static VOID ModifyStatus(VOID)
|
|||
wprintf(L"path: %s\n", ImageExecOptionsString);
|
||||
wprintf(L"\t%s: page heap %s\n", Image, (Set ? L"enabled" : L"disabled"));
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, Buffer);
|
||||
RegCloseKey(IFEOKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue