dbghelp: Removed no longer needed wine_rb_destroy call.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0793d01d1c
commit
b15cccd2dc
|
@ -679,7 +679,6 @@ BOOL module_remove(struct process* pcs, struct module* module)
|
|||
}
|
||||
hash_table_destroy(&module->ht_symbols);
|
||||
hash_table_destroy(&module->ht_types);
|
||||
wine_rb_destroy(&module->sources_offsets_tree, NULL, NULL);
|
||||
HeapFree(GetProcessHeap(), 0, module->sources);
|
||||
HeapFree(GetProcessHeap(), 0, module->addr_sorttab);
|
||||
pool_destroy(&module->pool);
|
||||
|
|
Loading…
Reference in New Issue