diff options
author | Eric Warmenhoven <warmenhoven@yahoo.com> | 2001-11-02 10:30:39 +0000 |
---|---|---|
committer | Eric Warmenhoven <warmenhoven@yahoo.com> | 2001-11-02 10:30:39 +0000 |
commit | 153e5b2ba704e79e69bd029a657b11fc2129df4e (patch) | |
tree | 9b49a8284e259a84f10e5d70761e813203302c83 /plugins | |
parent | 0eed011033e8605dad2943697b9d2692d3a49fb1 (diff) | |
download | pidgin-153e5b2ba704e79e69bd029a657b11fc2129df4e.tar.gz |
[gaim-migrate @ 2677]
right. thanks.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/chatlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/chatlist.c b/plugins/chatlist.c index 91d52d6110..0f936cd767 100644 --- a/plugins/chatlist.c +++ b/plugins/chatlist.c @@ -203,7 +203,6 @@ static void ref_list_callback(gpointer data, char *text) c++; } gtk_list_append_items(GTK_LIST(cp->list1), items); - g_free(text); } static void refresh_list(GtkWidget *w, gpointer *m) |