aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgme.c')
-rw-r--r--src/gpgme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgme.c b/src/gpgme.c
index 73788e7e..3283b342 100644
--- a/src/gpgme.c
+++ b/src/gpgme.c
@@ -211,6 +211,7 @@ gpgme_result_unref (void *result)
UNLOCK (result_ref_lock);
return;
}
+ UNLOCK (result_ref_lock);
if (data->cleanup)
(*data->cleanup) (data->hook);