Commit 92ff4bb7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed ref count leak.

parent 029bc761
...@@ -108,6 +108,7 @@ static void set_progress_proc(task_t *_task) ...@@ -108,6 +108,7 @@ static void set_progress_proc(task_t *_task)
V_I4(&progress) = 0; /* FIXME */ V_I4(&progress) = 0; /* FIXME */
IOleCommandTarget_Exec(olecmd, NULL, OLECMDID_SETPROGRESSPOS, OLECMDEXECOPT_DONTPROMPTUSER, IOleCommandTarget_Exec(olecmd, NULL, OLECMDID_SETPROGRESSPOS, OLECMDEXECOPT_DONTPROMPTUSER,
&progress, NULL); &progress, NULL);
IOleCommandTarget_Release(olecmd);
} }
if(doc->usermode == EDITMODE && doc->hostui) { if(doc->usermode == EDITMODE && doc->hostui) {
......
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