mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
fix a crash caused by releasing an object before being done with it
This commit is contained in:
parent
8bc02db55e
commit
dcbcc7edef
1 changed files with 2 additions and 2 deletions
|
@ -157,10 +157,10 @@
|
|||
[fTorrent setWaitToStart: [fStartCheck state] == NSOnState];
|
||||
[fTorrent setGroupValue: [[fGroupPopUp selectedItem] tag]];
|
||||
|
||||
[fController askOpenConfirmed: self add: YES];
|
||||
|
||||
if ([fDeleteCheck state] == NSOnState)
|
||||
[fTorrent trashTorrent];
|
||||
|
||||
[fController askOpenConfirmed: self add: YES];
|
||||
}
|
||||
|
||||
- (void) cancelAdd: (id) sender
|
||||
|
|
Loading…
Add table
Reference in a new issue