[epiphany/gnome-3-18] sqlite-connection: chain up properly in finalize



commit 46eefbc99317a2b9aefb31c1e6659e89973a9655
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Jan 22 16:28:55 2016 -0600

    sqlite-connection: chain up properly in finalize

 lib/ephy-sqlite-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-sqlite-connection.c b/lib/ephy-sqlite-connection.c
index 15db90b..b8d46c6 100644
--- a/lib/ephy-sqlite-connection.c
+++ b/lib/ephy-sqlite-connection.c
@@ -33,7 +33,7 @@ static void
 ephy_sqlite_connection_finalize (GObject *self)
 {
   ephy_sqlite_connection_close (EPHY_SQLITE_CONNECTION (self));
-  G_OBJECT_CLASS (ephy_sqlite_connection_parent_class)->dispose (self);
+  G_OBJECT_CLASS (ephy_sqlite_connection_parent_class)->finalize (self);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]