aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index b045d48ab..fc0b5b163 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -1206,6 +1206,7 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
GTK_ICON_SIZE_MENU,
NULL);
gtk_window_set_icon (GTK_WINDOW(editor), icon);
+ g_object_unref (icon);
g_signal_connect (editor, "delete_event",
G_CALLBACK (delete_event_cb), NULL);