diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |