1
0
Fork 0
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:
Mitchell Livingston 2008-01-09 05:53:52 +00:00
parent 8bc02db55e
commit dcbcc7edef

View file

@ -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