vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Nov 10 
17:06:34 2013 +0100| [10b5b2ccdc4cfc3bd34db67471de4cbde9ab5ad6] | committer: 
Felix Paul Kühne

macosx: don't leak the fspanel

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10b5b2ccdc4cfc3bd34db67471de4cbde9ab5ad6
---

 modules/gui/macosx/MainWindow.m |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index ed0d9a0..121428b 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -146,6 +146,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
 
     [[NSNotificationCenter defaultCenter] removeObserver: self];
     [o_sidebaritems release];
+    [o_fspanel release];
 
     [super dealloc];
 }

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to