mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:12:59 +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"path: %s\n", ImageExecOptionsString);
|
||||||
wprintf(L"\t%s: page heap %s\n", Image, (Set ? L"enabled" : L"disabled"));
|
wprintf(L"\t%s: page heap %s\n", Image, (Set ? L"enabled" : L"disabled"));
|
||||||
|
|
||||||
HeapFree(GetProcessHeap(), 0, Buffer);
|
|
||||||
RegCloseKey(IFEOKey);
|
RegCloseKey(IFEOKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue