]> granicus.if.org Git - transmission/commitdiff
avoid theoretical memory leaks when the info window is deallocated
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 14 Mar 2010 02:14:03 +0000 (02:14 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 14 Mar 2010 02:14:03 +0000 (02:14 +0000)
macosx/InfoWindowController.m

index cfd7237425d4ec5646ca14b04f670042dedd77d4..d095c199e6b4f66abf8650b54ee36e8c9debdb6c 100644 (file)
@@ -160,6 +160,13 @@ typedef enum
     
     [[NSNotificationCenter defaultCenter] removeObserver: self];
     
+    [fGeneralViewController dealloc];
+    [fActivityViewController dealloc];
+    [fTrackersViewController dealloc];
+    [fPeersViewController dealloc];
+    [fFileViewController dealloc];
+    [fOptionsViewController dealloc];
+    
     [fTorrents release];
     
     [super dealloc];