shdocvw: Use CoTaskMemFree to free url.
Pointed out by Dan Kegel.
This commit is contained in:
parent
4e3eabd6fa
commit
75c71b4b9c
|
@ -753,5 +753,5 @@ void DocHost_Release(DocHost *This)
|
|||
|
||||
ConnectionPointContainer_Destroy(&This->cps);
|
||||
|
||||
SysFreeString(This->url);
|
||||
CoTaskMemFree(This->url);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue