Wed, 23 Jul 2008 03:30:07 +0000
Jan Kratochvil noticed there was a race condition in the treeview tooltip code, this fixes it. Fixes #6229.
--- a/pidgin/pidgintooltip.c Wed Jul 23 00:36:50 2008 +0000 +++ b/pidgin/pidgintooltip.c Wed Jul 23 03:30:07 2008 +0000 @@ -59,6 +59,7 @@ destroy_tooltip_data(PidginTooltipData *data) { gtk_tree_path_free(data->common.treeview.path); + pidgin_tooltip_destroy(); g_free(data); }