Mercurial > mplayer.hg
comparison liba52/resample_altivec.c @ 23295:ab885f928444
Fix double free() in demux_asf.c
If demux_open_asf() fails it frees the demuxer->priv field before
returning. Then demuxer.c calls demux_close_asf() which frees the field
again. Fix by removing the free() in demux_open_asf().
author | uau |
---|---|
date | Mon, 14 May 2007 01:23:54 +0000 |
parents | 459ba3f14302 |
children | 9e6f7a23b4b1 |
comparison
equal
deleted
inserted
replaced
23294:30c61fe726bf | 23295:ab885f928444 |
---|