[Mplayer-cvslog] CVS: main/libmpcodecs dec_audio.c,1.23,1.24
Arpi of Ize
arpi at mplayerhq.hu
Tue Jan 28 01:59:37 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv30029/libmpcodecs
Modified Files:
dec_audio.c
Log Message:
1000l bug (double free() when libaf init failed)
thanx for their help:
Michael Mauch <michael.mauch at gmx.de>
Marc Packenius <marc at freenet-rz.de>
Bartek Kulicki <bartek at interecho.com>
Index: dec_audio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_audio.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- dec_audio.c 19 Jan 2003 14:48:19 -0000 1.23
+++ dec_audio.c 28 Jan 2003 00:59:34 -0000 1.24
@@ -353,6 +353,7 @@
// let's autoprobe it!
if(0 != af_init(afs,1)){
+ sh_audio->afilter=NULL;
free(afs);
return 0; // failed :(
}
More information about the MPlayer-cvslog
mailing list