comparison src/dialogs.c @ 4874:f98467b35b95

[gaim-migrate @ 5204] plug a few more memleaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 23 Mar 2003 18:47:33 +0000
parents 677d3cb193a1
children d9b6b5ae34e4
comparison
equal deleted inserted replaced
4873:cb5bb2972a4b 4874:f98467b35b95
3673 static void des_log_win(GObject *win, gpointer data) 3673 static void des_log_win(GObject *win, gpointer data)
3674 { 3674 {
3675 char *x = g_object_get_data(win, "log_window"); 3675 char *x = g_object_get_data(win, "log_window");
3676 if (x) 3676 if (x)
3677 g_free(x); 3677 g_free(x);
3678 x = g_object_get_data(win, "name");
3679 if (x)
3680 g_free(x);
3678 } 3681 }
3679 3682
3680 void conv_show_log(GtkWidget *w, gpointer data) 3683 void conv_show_log(GtkWidget *w, gpointer data)
3681 { 3684 {
3682 char *name = g_strdup(data); 3685 char *name = g_strdup(data);