Revert r14260
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Aug 2008 14:13:49 +0000 (14:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Aug 2008 14:13:49 +0000 (14:13 +0000)
commit847d05360baf01c71c89cf9602fbbf5bd481c232
tree2ec29f2a3e7b652613504cc1a32db94d3499f909
parentf5c3eae3cbdc97597d2390ab657e37cc84f15dda
Revert  r14260
Log:
Free in avcodec_close() avctx->rc_eq. Fix a memory leak.

Reason running free() on random pointers.

Originally committed as revision 14787 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c