avoid theoretical memory leaks when the info window is deallocated

This commit is contained in:
Mitchell Livingston 2010-03-14 02:14:03 +00:00
parent c5a3856e4f
commit 236184c4a9
1 changed files with 7 additions and 0 deletions

View 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];