Cleanup, use av_freep() instead of av_free(x); x=NULL
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jul 2008 11:18:24 +0000 (11:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jul 2008 11:18:24 +0000 (11:18 +0000)
commit47b7382d2922e7f87131db4a7f20ba10359be798
treef82b30967b8526a29c03383631cb2ea9f3d49fae
parent582b3549337931a386316b58a80bc64be72e6613
Cleanup, use av_freep() instead of av_free(x); x=NULL

Originally committed as revision 27331 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c