[libgda] Memory leak correction in GdaMetaStruct
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Memory leak correction in GdaMetaStruct
- Date: Thu, 10 Apr 2014 19:10:52 +0000 (UTC)
commit 959e68859939d3785913030e13f28c3fca1e64c6
Author: Vivien Malerba <malerba gnome-db org>
Date: Thu Apr 10 20:53:19 2014 +0200
Memory leak correction in GdaMetaStruct
libgda/gda-meta-struct.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-meta-struct.c b/libgda/gda-meta-struct.c
index 71c7301..e83bba7 100644
--- a/libgda/gda-meta-struct.c
+++ b/libgda/gda-meta-struct.c
@@ -194,7 +194,7 @@ gda_meta_struct_dispose (GObject *object) {
G_CALLBACK (meta_store_changed_cb), mstruct);
g_signal_handlers_disconnect_by_func (G_OBJECT (mstruct->priv->store),
G_CALLBACK (meta_store_reset_cb), mstruct);
- g_object_ref (mstruct->priv->store);
+ g_object_unref (mstruct->priv->store);
mstruct->priv->store = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]