[GFLAGS] ModifyStatus(): Remove a remnant HeapFree() (#3283)

Addendum to ec62127. CORE-17325
This commit is contained in:
Serge Gautherie 2020-10-08 22:39:31 +02:00 committed by GitHub
parent ef1c726621
commit 374f9db341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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