From a64f194f6a5188a0f2e1214d92e10c923a8a64d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 30 May 2008 17:27:46 +0200 Subject: [PATCH] Fix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly. Thanks for finding the duplicate! --- modules/gui/macosx/intf.m | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index 37da4428ef..af730289e1 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -1818,6 +1818,7 @@ static VLCMain *_o_sharedMainInstance = nil; [o_eyetv release]; [o_img_pause_pressed release]; + [o_img_play_pressed release]; [o_img_pause release]; [o_img_play release]; -- 2.39.2