[MPlayer-cvslog] CVS: main/libvo vo_zr2.c,1.8,1.9
Rik Snel CVS
syncmail at mplayerhq.hu
Tue Jan 25 23:25:42 CET 2005
CVS change done by Rik Snel CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv6399
Modified Files:
vo_zr2.c
Log Message:
free MSTRZ args also if parser fails
Index: vo_zr2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_zr2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_zr2.c 25 Jan 2005 21:55:56 -0000 1.8
+++ vo_zr2.c 25 Jan 2005 22:25:39 -0000 1.9
@@ -217,6 +217,8 @@
"Example: mplayer -vo zr2:dev=/dev/video1:"
"norm=PAL movie.avi\n\n"
, guess_device(NULL, 0));
+ free(norm_arg);
+ free(dev_arg);
return -1;
}
More information about the MPlayer-cvslog
mailing list