changeset 13283:4dcd0fba99a9

[gaim-migrate @ 15649] Part of SF Patch #1431281 from Sadrul This fixes a leak. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Feb 2006 07:48:11 +0000
parents a651bfe0a922
children 8d0c909ac2d9
files src/gtkstatusbox.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)