Tue, 14 Feb 2006 07:48:11 +0000
[gaim-migrate @ 15649]
Part of SF Patch #1431281 from Sadrul
This fixes a leak.
committer: Richard Laager <rlaager@pidgin.im>
| src/gtkstatusbox.c | file | annotate | diff | comparison | revisions |
--- 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)