mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
avoid theoretical memory leaks when the info window is deallocated
This commit is contained in:
parent
c5a3856e4f
commit
236184c4a9
1 changed files with 7 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue