quartz: Prevent heap corruption if IPropertyBag_Read fails.
This commit is contained in:
parent
cff08308d0
commit
1aff73455d
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue