summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-05-20 12:26:07 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-05-20 12:26:07 +0200
commit26fa682b1bcdcfd344bb21b9bfbb3ec28cc1c2ff (patch)
tree416e4f1b1987bd3a2809798c49867639bef23820 /bin
parentd793d7caaf3e7e7b79c39fda043cd09837d087cf (diff)
Free more unfreed resources detected by valgrind
Diffstat (limited to 'bin')
-rw-r--r--bin/ufo-launch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ufo-launch.c b/bin/ufo-launch.c
index 7df9f8d..6688ff6 100644
--- a/bin/ufo-launch.c
+++ b/bin/ufo-launch.c
@@ -154,6 +154,8 @@ set_property (UfoTaskNode *task, const gchar *key, const gchar *pvalue)
else {
g_warning ("`%s' does not have property `%s'", G_OBJECT_TYPE_NAME (task), key);
}
+
+ g_value_unset (&value);
}
static UfoTaskGraph *