[Mplayer-cvslog] CVS: main/libao2 ao_plugin.c,1.14,1.15

Anders Johansson anders at mplayer.dev.hu
Tue Mar 12 07:32:13 CET 2002


Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv5018/libao2

Modified Files:
	ao_plugin.c 
Log Message:
Bugfix for sig11 when playing multiple files

Index: ao_plugin.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_plugin.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ao_plugin.c	3 Mar 2002 12:53:26 -0000	1.14
+++ ao_plugin.c	12 Mar 2002 06:32:02 -0000	1.15
@@ -186,8 +186,10 @@
     plugin(i++)->uninit();
   if(ao_plugin_local_data.plugins)
     free(ao_plugin_local_data.plugins);
+  ao_plugin_local_data.plugins=NULL;
   if(ao_plugin_local_data.buf)
     free(ao_plugin_local_data.buf);
+  ao_plugin_local_data.buf=NULL;
 }
 
 // stop playing and empty buffers (for seeking/pause)




More information about the MPlayer-cvslog mailing list