[epiphany/gnome-3-18] sqlite-statement: Chain up properly in finalize



commit fae2e8884a74f98e041e9376e13051df4c04f591
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Jan 22 16:32:04 2016 -0600

    sqlite-statement: Chain up properly in finalize

 lib/ephy-sqlite-statement.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-sqlite-statement.c b/lib/ephy-sqlite-statement.c
index e1f3e07..19a1050 100644
--- a/lib/ephy-sqlite-statement.c
+++ b/lib/ephy-sqlite-statement.c
@@ -71,7 +71,7 @@ ephy_sqlite_statement_finalize (GObject *self)
     priv->connection = NULL;
   }
 
-  G_OBJECT_CLASS (ephy_sqlite_statement_parent_class)->dispose (self);
+  G_OBJECT_CLASS (ephy_sqlite_statement_parent_class)->finalize (self);
 }
 
 static void


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