Codebase list xapp / 6b3c0e8
xapp-favorites.c: Free the favorite list when building a GtkMenu. Michael Webster 3 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11901190 data, (GClosureNotify) free_item_callback_data, 0);
11911191 }
11921192
1193 g_list_free_full (fav_list, (GDestroyNotify) xapp_favorite_info_free);
1194
11931195 gtk_widget_show_all (GTK_WIDGET (menu));
11941196 }
11951197