# HG changeset patch # User Elliott Sales de Andrade # Date 1325137211 0 # Node ID c2df5063d43009ace797c1168abf18c6aa95d45c # Parent c7de9dc7c5b311e8de709a82427f1fae5ffbfb30 It appears that no-one needs this AopMenu struct after the combo box is updated. diff -r c7de9dc7c5b3 -r c2df5063d430 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Thu Dec 29 05:36:32 2011 +0000 +++ b/pidgin/gtkutils.c Thu Dec 29 05:40:11 2011 +0000 @@ -627,7 +627,7 @@ { gtk_combo_box_set_model(GTK_COMBO_BOX(optmenu), new_aop_menu->model); gtk_combo_box_set_active(GTK_COMBO_BOX(optmenu), new_aop_menu->default_item); - g_object_set_data_full(G_OBJECT(optmenu), "aop_menu", new_aop_menu, (GDestroyNotify)g_free); + g_free(new_aop_menu); } static GdkPixbuf *