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:
Christoph von Wittich
2009-02-11 14:17:26 +00:00
parent 2f6e7535b5
commit 9b69a9ef93

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