[libgda: 4/6] Fixing missed typo.
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 4/6] Fixing missed typo.
- Date: Tue, 20 Aug 2019 13:21:38 +0000 (UTC)
commit 49faedb75f7d96d3ca4ea027effb7f32dfd6badc
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Fri Aug 16 10:11:05 2019 -0500
Fixing missed typo.
libgda/gda-meta-struct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/gda-meta-struct.c b/libgda/gda-meta-struct.c
index e8c5fffc5..efed876e3 100644
--- a/libgda/gda-meta-struct.c
+++ b/libgda/gda-meta-struct.c
@@ -177,7 +177,7 @@ gda_meta_struct_finalize (GObject *object)
g_object_unref (priv->parser);
/* parent class */
- G_OBJECT_CLASS (gda_meta_struct_parent_class)->dispose (object);
+ G_OBJECT_CLASS (gda_meta_struct_parent_class)->finalize (object);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]