Commit b15cccd2 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dbghelp: Removed no longer needed wine_rb_destroy call.

parent 0793d01d
......@@ -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);
......
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