summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-08-30 13:48:22 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-09-06 15:13:17 +0100
commitfe5bc872a72a71900ea7116f793c37c9896c0ee6 (patch)
tree51be6716ea2770f9c5a7b30ff1f9bcf4226239bb
parent74a3b8ed4ed361602a555d8994f66626588e2873 (diff)
downloadtelepathy-mission-control-fe5bc872a72a71900ea7116f793c37c9896c0ee6.tar.gz
Approval structs should be freed after removing them from the tracking GQueue
-rw-r--r--src/mcd-dispatch-operation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 04db4afe..bb798b38 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -885,6 +885,8 @@ _mcd_dispatch_operation_finish (McdDispatchOperation *operation,
default:
{} /* do nothing */
}
+
+ approval_free (approval);
}
if (mcd_dispatch_operation_may_signal_finished (operation))