[vlc-commits] macosx: fixed a warning about missing [super dealloc]
David Fuhrmann
git at videolan.org
Thu Feb 23 19:14:50 CET 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Thu Feb 23 18:47:43 2012 +0100| [1e042a44f2de641d33742af1c1d706d01db6e69e] | committer: Felix Paul Kühne
macosx: fixed a warning about missing [super dealloc]
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e042a44f2de641d33742af1c1d706d01db6e69e
---
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