summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-10 17:30:44 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-13 12:43:59 +0000
commitd1b1f0bf72a2820ae5a51b25c7817c3005b687ab (patch)
tree4ee165b5bfb5b6b07ee5893c2841b5dd8ed6e562
parent362dc49e04dfef23a2aaf4c2db04252a859dadde (diff)
downloadtelepathy-glib-d1b1f0bf72a2820ae5a51b25c7817c3005b687ab.tar.gz
TpProxy: finish_all_requests: don't leak copied GQueue
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76000 Reviewed-by: Guillaume Desmottes
-rw-r--r--telepathy-glib/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 8d6befbf4..f7a5a0efc 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -2208,7 +2208,7 @@ finish_all_requests (TpProxy *self,
tp_proxy_prepare_request_finish (iter->data, error);
}
- g_queue_clear (tmp);
+ g_queue_free (tmp);
}
/*