[libgda] mem leak correction, for bug #609077



commit 563823df90044a85e281b17f488ae4c25c7da240
Author: Vivien Malerba <malerba gnome-db org>
Date:   Fri Feb 5 21:14:53 2010 +0100

    mem leak correction, for bug #609077

 libgda/gda-util.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index d5cefc3..1cb2cfb 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -608,6 +608,7 @@ gda_utility_holder_load_attributes (GdaHolder *holder, xmlNodePtr node, GSList *
 				}
 			}
 		}
+		g_free (source);
 	}
 
 	/* specified value */



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