Commit 441838b7 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp/dwarf: Don't unmap the fmap of a DWZ module twice.

parent 0bbb161c
......@@ -4131,7 +4131,6 @@ static void dwarf2_unload_dwz(dwarf2_dwz_alternate_t* dwz)
image_unmap_section(&dwz->sectmap[section_line]);
image_unmap_section(&dwz->sectmap[section_ranges]);
image_unmap_file(dwz->fmap);
HeapFree(GetProcessHeap(), 0, dwz);
}
......
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