summaryrefslogtreecommitdiffstats
path: root/libvo/vo_quartz.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_quartz.c')
-rw-r--r--libvo/vo_quartz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index 7f6207ceea..4ac3dc0c52 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -213,6 +213,7 @@ static OSStatus MainEventHandler(EventHandlerCallRef nextHandler, EventRef event
{
//close window
case kEventWindowClosed:
+ uninit();
mplayer_put_key(KEY_ESC);
break;