mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(trunk gtk) #2668 "small memory leak in getSelectedTorrentIds" -- fix another, smaller leak in the same code
This commit is contained in:
parent
8cee197cac
commit
f293bb97be
1 changed files with 1 additions and 0 deletions
|
@ -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" ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue