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