[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.21,1.22
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Tue Aug 24 19:40:33 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16028/libvo
Modified Files:
vo_quartz.c
Log Message:
fix crash when using close button
Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vo_quartz.c 29 Jul 2004 14:59:48 -0000 1.21
+++ vo_quartz.c 24 Aug 2004 17:40:31 -0000 1.22
@@ -213,6 +213,7 @@
{
//close window
case kEventWindowClosed:
+ uninit();
mplayer_put_key(KEY_ESC);
break;
More information about the MPlayer-cvslog
mailing list