[vlc-commits] macosx: don't leak the fspanel

Felix Paul Kühne git at videolan.org
Sun Nov 10 17:06:54 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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];
 }



More information about the vlc-commits mailing list