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);
|
||||
}
|
||||
|
||||
CoTaskMemFree(wszClsid);
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue