Commit 5287add1 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

qcap/tests: Remove a redundant NULL check before CoTaskMemFree().

parent cf3d9579
......@@ -1721,8 +1721,7 @@ static void test_smart_tee_filter(void)
endwhile:
if (pinInfo.pFilter)
IBaseFilter_Release(pinInfo.pFilter);
if (id)
CoTaskMemFree(id);
CoTaskMemFree(id);
IPin_Release(pin);
pinNumber++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment