diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-08-30 13:48:22 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-09-06 15:13:17 +0100 |
commit | fe5bc872a72a71900ea7116f793c37c9896c0ee6 (patch) | |
tree | 51be6716ea2770f9c5a7b30ff1f9bcf4226239bb | |
parent | 74a3b8ed4ed361602a555d8994f66626588e2873 (diff) |
Approval structs should be freed after removing them from the tracking GQueue
-rw-r--r-- | src/mcd-dispatch-operation.c | 2 |
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)) |