# HG changeset patch # User Sadrul Habib Chowdhury # Date 1139903291 0 # Node ID 9966a5ebfc4689dc7646b5b0c416567ac2ba9bf0 # Parent 89a0621d5d6a30457d51bf038442f1391b28c975 [gaim-migrate @ 15649] Part of SF Patch #1431281 from Sadrul This fixes a leak. committer: Richard Laager diff -r 89a0621d5d6a -r 9966a5ebfc46 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Tue Feb 14 07:45:07 2006 +0000 +++ b/src/gtkstatusbox.c Tue Feb 14 07:48:11 2006 +0000 @@ -1375,8 +1375,6 @@ GtkGaimStatusBox *status_box; GtkTreeIter iter; GtkGaimStatusBoxItemType type; - char *text, *desc; - GdkPixbuf *pixbuf; gpointer data; GList *accounts = NULL, *node; @@ -1386,9 +1384,6 @@ return; gtk_tree_model_get(GTK_TREE_MODEL(status_box->dropdown_store), &iter, TYPE_COLUMN, &type, - TITLE_COLUMN, &text, - DESC_COLUMN, &desc, - ICON_COLUMN, &pixbuf, DATA_COLUMN, &data, -1); if (status_box->typing != 0)