Commit c83039bd authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Fix bad call to free() instead of pdb_free().

parent 7124467e
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment