* Sync up to trunk HEAD (r62975).
[reactos.git] / dll / win32 / msxml3 / domimpl.c
index 5cb8df7..a18070a 100644 (file)
@@ -81,10 +81,7 @@ static ULONG WINAPI dimimpl_Release(
 
     TRACE("(%p)->(%d)\n", This, ref);
     if ( ref == 0 )
-    {
-        release_dispex(&This->dispex);
         heap_free( This );
-    }
 
     return ref;
 }