23 May
2007
23 May
'07
10:52 a.m.
Marcus Meissner <marcus(a)jet.franken.de> writes:
diff --git a/dlls/quartz/filtermapper.c b/dlls/quartz/filtermapper.c index 6adce61..841b130 100644 --- a/dlls/quartz/filtermapper.c +++ b/dlls/quartz/filtermapper.c @@ -966,6 +966,9 @@ static HRESULT WINAPI FilterMapper2_Enum if (SUCCEEDED(hr)) hr = ICreateDevEnum_CreateClassEnumerator(pCreateDevEnum, &CLSID_ActiveMovieCategories, &pEnumCat, 0);
+ if (!SUCCEEDED(hr)) + return hr;
You are potentially leaking an object here. -- Alexandre Julliard julliard(a)winehq.org