Jacek Caban : dbghelp: Removed no longer needed wine_rb_destroy call.
Module: wine Branch: master Commit: b15cccd2dc206aab25db6f1b9a28334b0fe09945 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b15cccd2dc206aab25db6f1b9a... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Sep 2 22:08:39 2016 +0200 dbghelp: Removed no longer needed wine_rb_destroy call. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dbghelp/module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/dbghelp/module.c b/dlls/dbghelp/module.c index 55f123a..9df02df 100644 --- a/dlls/dbghelp/module.c +++ b/dlls/dbghelp/module.c @@ -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);
participants (1)
-
Alexandre Julliard