mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[0.4.13][GFLAGS] ModifyStatus(): Remove a remnant HeapFree() (#3283) CORE-17325
Addendum to 0.4.11-dev-439-gec621270a1
I will not rebuild any iso for this commit as gflags.exe is by default not built into our isos. cherry picked from commit 0.4.15-dev-1101-g374f9db341
This commit is contained in:
parent
4ee3778a4e
commit
2ac9d98d3d
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