Commit 75c71b4b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Use CoTaskMemFree to free url.

Pointed out by Dan Kegel.
parent 4e3eabd6
...@@ -753,5 +753,5 @@ void DocHost_Release(DocHost *This) ...@@ -753,5 +753,5 @@ void DocHost_Release(DocHost *This)
ConnectionPointContainer_Destroy(&This->cps); ConnectionPointContainer_Destroy(&This->cps);
SysFreeString(This->url); CoTaskMemFree(This->url);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment