diff options
author | Chris Toshok <toshok@ximian.com> | 2004-01-28 06:47:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-01-28 06:47:15 +0800 |
commit | deaa622ca7b7801fb5077848b578a2350181f326 (patch) | |
tree | cbcd8394d2ddd610254e1235f941018fb8b487bf /widgets/text | |
parent | a91323fbd417f76853bb3ec6b7e0d71110e34a1d (diff) | |
download | gsoc2013-evolution-deaa622ca7b7801fb5077848b578a2350181f326.tar.gz 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.c | 1 |
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, |