StringFromCLSID missing call to IMalloc_Release

svn path=/trunk/; revision=5158
This commit is contained in:
Royce Mitchell III 2003-07-18 04:01:58 +00:00
parent c79e8b6c63
commit f064f64b1d

View 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;
}