]> git.sesse.net Git - vlc/commitdiff
* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re...
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 27 Jan 2005 01:14:24 +0000 (01:14 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 27 Jan 2005 01:14:24 +0000 (01:14 +0000)
modules/gui/macosx/prefs.m

index f8d9d543a47b3645f7b7685dbe92a3306d241235..f8bce768905cc953d7fe02a16098bfaa7049ba33 100644 (file)
@@ -56,6 +56,13 @@ static VLCPrefs *_o_sharedMainInstance = nil;
     return _o_sharedMainInstance;
 }
 
+- (void)dealloc
+{
+    [o_empty_view release];
+    [o_save_prefs release];
+    [super dealloc];
+}
+
 - (void)showPrefs
 {
     /* load our nib */