[vlc-devel] commit: Fix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly. Thanks for finding the duplicate! ( Felix Paul Kühne )

git version control git at videolan.org
Fri May 30 17:28:10 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri May 30 17:27:46 2008 +0200| [a64f194f6a5188a0f2e1214d92e10c923a8a64d3]

Fix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly. Thanks for finding the duplicate!

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a64f194f6a5188a0f2e1214d92e10c923a8a64d3
---

 modules/gui/macosx/intf.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 37da442..af73028 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];
 




More information about the vlc-devel mailing list