mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
StringFromCLSID missing call to IMalloc_Release
svn path=/trunk/; revision=5158
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user