summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-08-31 16:39:09 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-08-31 16:39:09 +0100
commit305d4a705e1cc7855886b91c9fe2a3a820da0d25 (patch)
tree91773e2ee7a38a7bafab94a8b2c037be9a576179
parente291b184f921c524cfaf3fb418eeea43a383ed5f (diff)
Free the GStrv of keyfile keys when we are finished with it
-rw-r--r--telepathy-glib/protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c
index de9010043..d91977710 100644
--- a/telepathy-glib/protocol.c
+++ b/telepathy-glib/protocol.c
@@ -1286,6 +1286,8 @@ cleanup:
g_free (value);
}
+ g_strfreev (keys);
+
return ret;
}