summaryrefslogtreecommitdiff
path: root/p11-kit
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit')
-rw-r--r--p11-kit/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/client.c b/p11-kit/client.c
index b4eb57f..26b2e74 100644
--- a/p11-kit/client.c
+++ b/p11-kit/client.c
@@ -220,7 +220,7 @@ p11_client_module_cleanup (void)
for (; state != NULL; state = next) {
next = state->next;
- p11_virtual_unwrap (state->wrapped);
p11_rpc_transport_free (state->rpc);
+ p11_virtual_unwrap (state->wrapped);
}
}