[almanah] Minor memory leak fix
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] Minor memory leak fix
- Date: Tue, 11 May 2010 07:38:21 +0000 (UTC)
commit d154b578686a648d842c3a2310090919d9dcf8ae
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue May 11 08:38:07 2010 +0100
Minor memory leak fix
src/definition.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/definition.c b/src/definition.c
index f6837ec..f150dac 100644
--- a/src/definition.c
+++ b/src/definition.c
@@ -130,6 +130,7 @@ almanah_definition_finalize (GObject *object)
{
AlmanahDefinitionPrivate *priv = ALMANAH_DEFINITION (object)->priv;
+ g_free (priv->text);
g_free (priv->value);
g_free (priv->value2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]