mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 04:44:38 +08:00
dbghelp: Fix bad call to free() instead of pdb_free().
Eric Pouech <eric dot pouech at orange dot fr> svn path=/trunk/; revision=39549
This commit is contained in:
@@ -2477,7 +2477,7 @@ static BOOL pdb_process_internal(const struct process* pcs,
|
||||
else
|
||||
{
|
||||
WARN("wrong header %x expecting 0xeffeeffe\n", *(const DWORD*)files_image);
|
||||
free(files_image);
|
||||
pdb_free(files_image);
|
||||
files_image = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user