[CMAKE]
[reactos.git] / dll / win32 / shdocvw / dochost.c
index 2196eb9..b3db012 100644 (file)
@@ -820,5 +820,5 @@ void DocHost_Release(DocHost *This)
 
     ConnectionPointContainer_Destroy(&This->cps);
 
-    CoTaskMemFree(This->url);
+    heap_free(This->url);
 }