mshtml: Fixed ref count leak.

This commit is contained in:
Jacek Caban 2010-03-13 16:42:25 +01:00 committed by Alexandre Julliard
parent 029bc761db
commit 92ff4bb7c2
1 changed files with 1 additions and 0 deletions

View File

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