(gtk) fix three memory leaks + minor cleanup in the torrent renderer

This commit is contained in:
Charles Kerr
2007-12-20 15:16:14 +00:00
parent 5ff9d6877a
commit daa1ed5517
2 changed files with 48 additions and 38 deletions

View File

@@ -274,6 +274,7 @@ actions_init( GtkUIManager * ui_manager, gpointer callback_user_data )
gtk_ui_manager_insert_action_group( ui_manager, action_group, 0 );
g_object_unref (G_OBJECT(action_group));
g_free( match );
}
/****