Re: browseui: Remove unused variables
Robert Shearman wrote: > A correct fix is to call CloseHandle(hThread), otherwise the handle is > leaked. > Thanks, Rob. I've sent a replacement patch entitled "browseui: Fix handle leak" to replace this. -- Andy.
Re: browseui: Remove unused variables
Andrew Talbot wrote: > @@ -299,7 +299,6 @@ static HRESULT WINAPI > ProgressDialog_StartProgressDialog(IProgressDialog *iface, > { > ProgressDialog *This = (ProgressDialog *)iface; > struct create_params params; > -HANDLE hThread; > > TRACE("(%p, %p, %x, %p)\n", iface, punkEna