diff options
-rw-r--r-- | p11-kit/client.c | 2 |
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); } } |