Commit 1e042a44 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>
parent 2619d2f6
......@@ -770,6 +770,7 @@ void _drawFrameInRect(NSRect frameRect)
{
[o_string_shadow release];
[o_string_attributes_dict release];
[super dealloc];
}
- (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