commit fff6a7608552a9bf90f8de42ca3618bdda64a7d4 parent ec65b326055ee2a0b3850fde6135fa215cd0ff30 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 13 Aug 2026 21:31:03 +0200 NULL 'stolen' refs Diffstat:
| M | src/lib/exchange_api_post-withdraw_blinded.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/lib/exchange_api_post-withdraw_blinded.c b/src/lib/exchange_api_post-withdraw_blinded.c @@ -767,6 +767,9 @@ TALER_EXCHANGE_post_withdraw_blinded_start ( NULL) ), GNUNET_JSON_pack_data_auto ("reserve_sig", &pwbh->reserve_sig)); + /* both arrays are now owned by j_request_body */ + j_denoms = NULL; + j_planchets = NULL; FAIL_IF (NULL == j_request_body); if (NULL != pwbh->blinding_seed)