| 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; |