1
0
Fork 0
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:
Charles Kerr 2009-12-14 17:56:31 +00:00
parent 8cee197cac
commit f293bb97be

View file

@ -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" ) )
{