[vlc-devel] commit: macosx: do not leak o_fs_panel (Jean-Paul Saman	)
    git version control 
    git at videolan.org
       
    Mon Jun 15 14:47:31 CEST 2009
    
    
  
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun May 31 16:27:53 2009 +0200| [ce4b3f105bea7beba344481b0a92f4b48d31b1f1] | committer: Derk-Jan Hartman 
macosx: do not leak o_fs_panel
(cherry picked from commit 79f751ebce51f32100f4f78e23d708a33ad373f2)
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce4b3f105bea7beba344481b0a92f4b48d31b1f1
---
 modules/gui/macosx/controls.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index 95a8dc4..9166fbf 100644
--- a/modules/gui/macosx/controls.m
+++ b/modules/gui/macosx/controls.m
@@ -110,6 +110,7 @@
 {
     [[NSNotificationCenter defaultCenter] removeObserver: self];
     
+    [o_fs_panel release];
     [o_repeat_single release];
     [o_repeat_all release];
     [o_repeat_off release];
    
    
More information about the vlc-devel
mailing list