#2905 Minor memory leak in AddWindowController

This commit is contained in:
Mitchell Livingston 2010-02-15 14:41:53 +00:00
parent 6897fea531
commit 496e86cbac
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@
[fTimer invalidate];
[fDestination release];
[fTorrentFile release];
[super dealloc];
}