1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 05:22:40 +00:00

actually cancel the blocklist download when hitting the cancel button - should fix a crasher

This commit is contained in:
Mitchell Livingston 2008-04-06 03:47:03 +00:00
parent 8b627d3792
commit b4c5e1450e

View file

@ -55,6 +55,8 @@
- (void) cancelDownload: (id) sender
{
[fDownload cancel];
[fDownload release];
fDownload = nil;