comparison src/gtklog.c @ 7685:9e122b8f564f

[gaim-migrate @ 8329] Let's see if this helps some of those memleaks... committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 01 Dec 2003 23:10:09 +0000
parents 5c5acdf8b982
children fa6395637e2c
comparison
equal deleted inserted replaced
7684:7e0fa656d672 7685:9e122b8f564f
117 g_free(ht->screenname); 117 g_free(ht->screenname);
118 g_free(ht); 118 g_free(ht);
119 while (lv->logs) { 119 while (lv->logs) {
120 GaimLog *log = lv->logs->data; 120 GaimLog *log = lv->logs->data;
121 GList *logs2; 121 GList *logs2;
122 g_free(log->name); 122 gaim_log_free(log);
123 g_free(log);
124 logs2 = lv->logs->next; 123 logs2 = lv->logs->next;
125 g_list_free_1(lv->logs); 124 g_list_free_1(lv->logs);
126 lv->logs = logs2; 125 lv->logs = logs2;
127 } 126 }
128 if (lv->search) 127 if (lv->search)