fixed some memory leaks found in the analyzer

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-16 06:49:31 +00:00
parent 719fb41dc2
commit 2e65fe02fe
3 changed files with 8 additions and 6 deletions
-1
View File
@@ -41,7 +41,6 @@
[wagicDownloadController performSelectorInBackground: @selector(startDownload:) withObject:@"core"];
[self.window addSubview: wagicDownloadController.view];
[wagicDownloadController.view release];
[self.window makeKeyWindow];
}