comparison src/account.c @ 5870:44d381ad19a9

[gaim-migrate @ 6302] This is some mem leak fixes. I made the select buddy icon dialog be openable twice, and not give gdk messages. It should all be reasonably clutch. Also, tonight is Chips & Dip night, so get some Chips & Dip, some people, possibly some alcohol, and probably a movie. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 14 Jun 2003 20:23:20 +0000
parents d048e5f2af27
children 059d95c67cda
comparison
equal deleted inserted replaced
5869:2f86cf55b0e9 5870:44d381ad19a9
794 data->setting_type = GAIM_PREF_INT; 794 data->setting_type = GAIM_PREF_INT;
795 else if (!strcmp(value, "bool")) 795 else if (!strcmp(value, "bool"))
796 data->setting_type = GAIM_PREF_BOOLEAN; 796 data->setting_type = GAIM_PREF_BOOLEAN;
797 } 797 }
798 } 798 }
799
800 g_hash_table_destroy(atts);
799 } 801 }
800 802
801 static void 803 static void
802 end_element_handler(GMarkupParseContext *context, const gchar *element_name, 804 end_element_handler(GMarkupParseContext *context, const gchar *element_name,
803 gpointer user_data, GError **error) 805 gpointer user_data, GError **error)