changeset 23589:b79cfdcb704e

Jan Kratochvil noticed there was a race condition in the treeview tooltip code, this fixes it. Fixes #6229.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Jul 2008 03:30:07 +0000
parents 3ec514b98728
children ec227bab07b6
files pidgin/pidgintooltip.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }