aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-28 06:47:15 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-28 06:47:15 +0800
commitdeaa622ca7b7801fb5077848b578a2350181f326 (patch)
treecbcd8394d2ddd610254e1235f941018fb8b487bf /widgets/text
parenta91323fbd417f76853bb3ec6b7e0d71110e34a1d (diff)
downloadgsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.gz
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.bz2
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.lz
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.xz
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.zst
gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.zip
fix double free of the button event.
2004-01-27 Chris Toshok <toshok@ximian.com> * gal/e-text/e-text.c (popup_targets_received): fix double free of the button event. svn path=/trunk/; revision=24481
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index a9e24ddbe0..05e5855d9f 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -2690,7 +2690,6 @@ popup_targets_received (GtkClipboard *clipboard,
gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL,
popup_menu_placement_cb, (gpointer)text,
button->button, GDK_CURRENT_TIME);
- gdk_event_free (button);
} else {
gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL,
NULL, NULL,