Revision: 25123 http://sourceforge.net/p/bibdesk/svn/25123 Author: hofman Date: 2020-12-02 17:21:24 +0000 (Wed, 02 Dec 2020) Log Message: ----------- Implement download class dealloc
Modified Paths: -------------- trunk/bibdesk/BDSKDownloader.m Modified: trunk/bibdesk/BDSKDownloader.m =================================================================== --- trunk/bibdesk/BDSKDownloader.m 2020-12-02 17:16:30 UTC (rev 25122) +++ trunk/bibdesk/BDSKDownloader.m 2020-12-02 17:21:24 UTC (rev 25123) @@ -282,6 +282,13 @@ @synthesize delegate, task, data, receivedExpectedBytes; @dynamic response; +- (void)dealloc { + BDSKDESTROY(delegate); + BDSKDESTROY(task); + BDSKDESTROY(data); + [super dealloc]; +} + - (NSURLResponse *)response { return [[self task] response]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit