Commit 05fa61b3 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: fixed a warning about missing [super dealloc]

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 1e042a44f2de641d33742af1c1d706d01db6e69e)
parent 77bcce1e
...@@ -770,6 +770,7 @@ void _drawFrameInRect(NSRect frameRect) ...@@ -770,6 +770,7 @@ void _drawFrameInRect(NSRect frameRect)
{ {
[o_string_shadow release]; [o_string_shadow release];
[o_string_attributes_dict release]; [o_string_attributes_dict release];
[super dealloc];
} }
- (void)setStringValue:(NSString *)string - (void)setStringValue:(NSString *)string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment