branch update for HEAD-2003091401
[reactos.git] / lib / ole32 / compobj.c
index 534937b..bfd7cbc 100644 (file)
@@ -628,6 +628,7 @@ HRESULT WINAPI StringFromCLSID(
             *idstr = IMalloc_Alloc( mllc, len * sizeof(WCHAR) );
             MultiByteToWideChar( CP_ACP, 0, buf, -1, *idstr, len );
        }
+       IMalloc_Release ( mllc );
        return ret;
 }