From 38a400ad4f2119289400add5aebae8ac5285d5fd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 22 Sep 2004 18:20:24 +0000 Subject: Fix a mem leak. 2004-09-22 Christian Persch * src/bookmarks/ephy-topic-action.c: (drag_motion_cb): Fix a mem leak. --- ChangeLog | 6 ++++++ src/bookmarks/ephy-topic-action.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fc6f446d..513954f48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-22 Christian Persch + + * src/bookmarks/ephy-topic-action.c: (drag_motion_cb): + + Fix a mem leak. + 2004-09-22 Christian Persch * lib/ephy-dialog.c: (set_editable_from_value): diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 26dc742cf..4905b39a6 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -660,6 +660,8 @@ drag_motion_cb (GtkWidget *widget, GdkEventMotion *event, EphyTopicAction *actio gtk_menu_popdown (GTK_MENU (widget)); gtk_drag_begin (button, target_list, GDK_ACTION_MOVE | GDK_ACTION_COPY, 1, (GdkEvent*)event); + + gtk_target_list_unref (target_list); } return TRUE; -- cgit v1.2.3