mshtml: Fix outer window url leak (Valgrind).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2016-11-10 16:40:22 +03:00 committed by Alexandre Julliard
parent 892d2e8c29
commit a5f27c6cdc
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ static void release_outer_window(HTMLOuterWindow *This)
remove_target_tasks(This->task_magic);
set_current_mon(This, NULL, 0);
set_current_uri(This, NULL);
if(This->base.inner_window)
detach_inner_window(This->base.inner_window);
release_children(This);