mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) #2668 "small memory leak in getSelectedTorrentIds" -- fix another, smaller leak in the same code
This commit is contained in:
@@ -1604,6 +1604,7 @@ doAction( const char * action_name, gpointer user_data )
|
||||
g_object_weak_ref( G_OBJECT( w ), detailsClosed, data );
|
||||
}
|
||||
gtk_window_present( GTK_WINDOW( w ) );
|
||||
g_slist_free( ids );
|
||||
}
|
||||
else if( !strcmp( action_name, "update-tracker" ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user