quartz: Prevent heap corruption if IPropertyBag_Read fails.

oldstable
Alexander Dorofeyev 2008-06-24 16:45:19 +03:00 committed by Alexandre Julliard
parent cff08308d0
commit 1aff73455d
1 changed files with 0 additions and 1 deletions

View File

@ -1040,7 +1040,6 @@ static HRESULT WINAPI FilterMapper2_EnumMatchingFilters(
if (SUCCEEDED(hrSub))
{
V_VT(&var) = VT_ARRAY | VT_UI1;
hrSub = IPropertyBag_Read(pPropBag, wszFilterDataName, &var, NULL);
}