quartz: Fix memory leak in FilterMapper_RegisterFilter.
This commit is contained in:
parent
c206f91030
commit
bbd22ae06c
@ -1356,6 +1356,8 @@ static HRESULT WINAPI FilterMapper_RegisterFilter(IFilterMapper * iface, CLSID c
|
|||||||
CloseHandle(hKey);
|
CloseHandle(hKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CoTaskMemFree(wszClsid);
|
||||||
|
|
||||||
return hr;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user