[0.4.14][GFLAGS] ModifyStatus(): Remove a remnant HeapFree() (#3283) CORE-17325

Addendum to 0.4.11-dev-439-g
ec621270a1

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-g
374f9db341
This commit is contained in:
Serge Gautherie 2020-10-08 22:39:31 +02:00 committed by Joachim Henze
parent 1a270d9bbf
commit 3b122fdc36

View file

@ -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);
}