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>
oldstable
Jacek Caban 2016-09-02 22:08:39 +02:00 committed by Alexandre Julliard
parent 0793d01d1c
commit b15cccd2dc
1 changed files with 0 additions and 1 deletions

View File

@ -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);