[Mplayer-cvslog] CVS: main/input input.c,1.102,1.103

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Oct 30 12:40:56 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv29295/input

Modified Files:
	input.c 
Log Message:
small memleak fix, based on patch by Wei Jiang <jiangw98 at yahoo.com>

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- input.c	20 Oct 2004 20:07:49 -0000	1.102
+++ input.c	30 Oct 2004 10:40:53 -0000	1.103
@@ -1582,6 +1582,8 @@
     if(cmd_fds[i].close_func)
       cmd_fds[i].close_func(cmd_fds[i].fd);
   }
+  mp_input_free_binds(cmd_binds);
+  cmd_binds=NULL;
   
 }
 




More information about the MPlayer-cvslog mailing list