Style fix.

Sorry, working too much on WebKit code these days.
This commit is contained in:
Adrien Destugues
2013-11-25 16:29:20 +01:00
parent f170a888c2
commit 09963134af
@@ -242,7 +242,7 @@ StreamBase::~StreamBase()
avformat_close_input(&fContext);
av_free_packet(&fPacket);
av_free(fContext);
if(fIOContext)
if (fIOContext != NULL)
av_free(fIOContext->buffer);
av_free(fIOContext);
}