commit 417e977b865f65c08191a9a09b733abb1b088b9e parent 6373148981c6116778d7d817b36c7979bf5763ba Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 29 Mar 2025 22:01:19 +0100 add missing unlock Diffstat:
| M | src/bank-lib/fakebank_tbi_post_withdrawal_operation.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/bank-lib/fakebank_tbi_post_withdrawal_operation.c b/src/bank-lib/fakebank_tbi_post_withdrawal_operation.c @@ -74,6 +74,8 @@ do_post_withdrawal ( } if (wo->aborted) { + GNUNET_assert (0 == + pthread_mutex_unlock (&h->big_lock)); return TALER_MHD_reply_with_error (connection, MHD_HTTP_CONFLICT, TALER_EC_BANK_UPDATE_ABORT_CONFLICT,