diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 4404d90ec..1d6b22996 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -56,6 +56,7 @@ #include "ephy-fullscreen-popup.h" #include "ephy-action-helper.h" #include "ephy-find-toolbar.h" +#include "ephy-object-helpers.h" #include <string.h> #include <glib/gi18n.h> @@ -2852,7 +2853,7 @@ ephy_window_finalize (GObject *object) LOG ("Ephy Window finalized %p", object); - g_object_unref (ephy_shell); + ephy_object_idle_unref (ephy_shell); } /** |