Replace realloc with free+malloc, the previous content of the buffer is
authorRoberto Togni <r_togni@tiscali.it>
Mon, 19 Nov 2007 20:28:11 +0000 (20:28 +0000)
committerRoberto Togni <r_togni@tiscali.it>
Mon, 19 Nov 2007 20:28:11 +0000 (20:28 +0000)
commit2b013568f9143a080c32722f0fd340b6c7aea843
tree35ae77b981f1a894c3d9f1a1d565456435871905
parent0dd954b1f088244606e84f3ef062a8932b5a7c48
Replace realloc with free+malloc, the previous content of the buffer is
not needed

Originally committed as revision 11065 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c