libpurple/buddyicon.c

changeset 26744
ac7a89587cad
parent 25888
d0fdd378a635
child 27045
d4f4e5f754f0
equal deleted inserted replaced
26743:046e611c3a2f 26744:ac7a89587cad
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;

mercurial