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

oldstable
Eric Pouech 2009-02-10 22:29:18 +01:00 committed by Alexandre Julliard
parent 7124467ef4
commit c83039bd6e
1 changed files with 1 additions and 1 deletions

View File

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