summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 12:20:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 14:06:03 +0200
commitce1aefeb329be9504992078c30aad9d5b034fa1d (patch)
treedeb134627d695f4dbd966a4065859033cddae03d
parent04ac64efc5cb8f54f0e9ca0672c11623e70ff609 (diff)
log-store-xml: fix reason leaks
-rw-r--r--telepathy-logger/log-store-xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index b5d234c..fc2fbfd 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -1245,6 +1245,8 @@ parse_call_node (TplLogStoreXml *self,
xmlFree (actor_type);
xmlFree (actor_avatar_token);
xmlFree (duration_str);
+ xmlFree (reason_str);
+ xmlFree (detailed_reason);
return event;
}