quartz: Removed useless NULL check (Coverity).

oldstable
Marcus Meissner 2011-06-26 16:36:03 +02:00 committed by Alexandre Julliard
parent 67ae245a77
commit 3f42609042
1 changed files with 1 additions and 2 deletions

View File

@ -230,8 +230,7 @@ error:
ash.pbSrc += ash.cbSrcLengthUsed;
ash.cbSrcLength -= ash.cbSrcLengthUsed;
if (pOutSample)
IMediaSample_Release(pOutSample);
IMediaSample_Release(pOutSample);
pOutSample = NULL;
}