mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
#609: transmission-gtk crashes when a torrent is removed while its details window is open
This commit is contained in:
parent
59d0ce9d33
commit
ffc5b273fe
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ tr_core_delete_torrent( TrCore * self, GtkTreeIter * iter )
|
|||
gtk_list_store_remove( GTK_LIST_STORE( self->model ), iter );
|
||||
tr_torrentRemoveSaved( tr_torrent_handle( tor ) );
|
||||
|
||||
tr_torrent_sever( tor );
|
||||
g_object_unref( G_OBJECT( tor ) );
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue