[epiphany] sqlite-connection: chain up properly in finalize



commit 2799c0084cb2c699d496fa849692732b4c1aa64b
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 1800c01..7ba02d5 100644
--- a/lib/ephy-sqlite-connection.c
+++ b/lib/ephy-sqlite-connection.c
@@ -32,7 +32,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]