[epiphany] sqlite-statement: Chain up properly in finalize
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] sqlite-statement: Chain up properly in finalize
- Date: Fri, 22 Jan 2016 22:32:28 +0000 (UTC)
commit b73a25759ee1ee17a999af7f8a7c83d261a3dc2a
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 69b593b..6c047af 100644
--- a/lib/ephy-sqlite-statement.c
+++ b/lib/ephy-sqlite-statement.c
@@ -73,7 +73,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]