summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-14 01:23:54 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-14 01:23:54 +0000
commitde444acf515984c9ebf18d84af4f52a19190fe5f (patch)
treeabec8cf6cb202cf058b3f2d5e86f229e1cf6ff92 /DOCS/man/en
parent4014582d7b2dc10b0f843d34bbbd101883db2a68 (diff)
downloadmpv-de444acf515984c9ebf18d84af4f52a19190fe5f.tar.bz2
mpv-de444acf515984c9ebf18d84af4f52a19190fe5f.tar.xz
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(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
0 files changed, 0 insertions, 0 deletions