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:
parent
8b627d3792
commit
b4c5e1450e
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@
|
|||
|
||||
- (void) cancelDownload: (id) sender
|
||||
{
|
||||
[fDownload cancel];
|
||||
|
||||
[fDownload release];
|
||||
fDownload = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue