Andrey Gusev andrey.goosev@gmail.com writes:
@@ -2740,6 +2740,7 @@ static BOOL pdb_process_internal(const struct process* pcs, { WARN("Unable to open .PDB file: %s\n", pdb_lookup->filename); CloseHandle(hMap);
UnmapViewOfFile(image); return FALSE;
Freeing a null pointer is not useful.