Commit 10b5b2cc authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't leak the fspanel

parent 5596ab87
...@@ -146,6 +146,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -146,6 +146,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
[[NSNotificationCenter defaultCenter] removeObserver: self]; [[NSNotificationCenter defaultCenter] removeObserver: self];
[o_sidebaritems release]; [o_sidebaritems release];
[o_fspanel release];
[super dealloc]; [super dealloc];
} }
......
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