Commit 3f426090 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

quartz: Removed useless NULL check (Coverity).

parent 67ae245a
......@@ -230,8 +230,7 @@ error:
ash.pbSrc += ash.cbSrcLengthUsed;
ash.cbSrcLength -= ash.cbSrcLengthUsed;
if (pOutSample)
IMediaSample_Release(pOutSample);
IMediaSample_Release(pOutSample);
pOutSample = NULL;
}
......
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