mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
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…
x
Reference in New Issue
Block a user