summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mcd-dispatch-operation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index e020e83e..b49561b1 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -156,6 +156,7 @@ approval_free (Approval *approval)
/* we should have replied to the method call by now */
g_assert (approval->context == NULL);
+ g_free (approval->client_bus_name);
g_slice_free (Approval, approval);
}