[vlc-commits] macosx: fixed a warning about missing [super dealloc]
    David Fuhrmann 
    git at videolan.org
       
    Thu Feb 23 19:15:40 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Thu Feb 23 18:47:43 2012 +0100| [05fa61b358c5eceb94bb308c38e94d74c603cbc8] | committer: Felix Paul Kühne
macosx: fixed a warning about missing [super dealloc]
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
(cherry picked from commit 1e042a44f2de641d33742af1c1d706d01db6e69e)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=05fa61b358c5eceb94bb308c38e94d74c603cbc8
---
 modules/gui/macosx/misc.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/misc.m b/modules/gui/macosx/misc.m
index bf9004f..9b8bf0d 100644
--- a/modules/gui/macosx/misc.m
+++ b/modules/gui/macosx/misc.m
@@ -770,6 +770,7 @@ void _drawFrameInRect(NSRect frameRect)
 {
     [o_string_shadow release];
     [o_string_attributes_dict release];
+    [super dealloc];
 }
 
 - (void)setStringValue:(NSString *)string
    
    
More information about the vlc-commits
mailing list