Jan Kratochvil noticed there was a race condition in the treeview tooltip

Wed, 23 Jul 2008 03:30:07 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 23 Jul 2008 03:30:07 +0000
changeset 23901
fb9610ea214c
parent 23900
9424d2f88d96
child 23902
bfbd6ed427c5

Jan Kratochvil noticed there was a race condition in the treeview tooltip
code, this fixes it. Fixes #6229.

pidgin/pidgintooltip.c file | annotate | diff | comparison | revisions
--- 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);
 }
 

mercurial