mshtml: Fixed ref count leak.
This commit is contained in:
parent
029bc761db
commit
92ff4bb7c2
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue