comparison libpurple/buddyicon.c @ 26522:dc05a7128d88

Various libpurple uninit memory cleanups. Thanks to Nick Hebner References #8683 committer: Ethan Blanton <elb@pidgin.im>
author Nick Hebner <hebnern@gmail.com>
date Thu, 09 Apr 2009 17:38:45 +0000
parents 584063555949
children 1a1c12c122c9
comparison
equal deleted inserted replaced
26521:6b0c6a370cda 26522:dc05a7128d88
1297 g_hash_table_destroy(account_cache); 1297 g_hash_table_destroy(account_cache);
1298 g_hash_table_destroy(icon_data_cache); 1298 g_hash_table_destroy(icon_data_cache);
1299 g_hash_table_destroy(icon_file_cache); 1299 g_hash_table_destroy(icon_file_cache);
1300 g_hash_table_destroy(pointer_icon_cache); 1300 g_hash_table_destroy(pointer_icon_cache);
1301 g_free(old_icons_dir); 1301 g_free(old_icons_dir);
1302 g_free(cache_dir);
1302 } 1303 }
1303 1304
1304 void purple_buddy_icon_get_scale_size(PurpleBuddyIconSpec *spec, int *width, int *height) 1305 void purple_buddy_icon_get_scale_size(PurpleBuddyIconSpec *spec, int *width, int *height)
1305 { 1306 {
1306 int new_width, new_height; 1307 int new_width, new_height;