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

Alexandre Julliard julliard at winehq.org
Mon Nov 22 16:05:17 CST 2021


Module: wine
Branch: master
Commit: 441838b7b2be48b0a74dca8b2ae0e3d1f9b12318
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=441838b7b2be48b0a74dca8b2ae0e3d1f9b12318

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Nov 22 15:20:13 2021 +0100

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

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/dwarf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index 9d60aeb5ad4..67440e97fe8 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -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);
 }
 




More information about the wine-cvs mailing list