diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-11-17 16:58:38 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-11-17 16:58:50 +0100 |
| commit | 3d4baa996936b55b595d4f2f619ce47472a21d10 (patch) | |
| tree | d36b08d9e0bd41d46fdcf1ebeb1039af046761c2 /src/lib | |
| parent | 8e0f06c86bdc6880bc24334e65b7920c8310ecdd (diff) | |
-code cleanup
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/exchange_api_withdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_withdraw.c b/src/lib/exchange_api_withdraw.c index 6643cac6..62c04203 100644 --- a/src/lib/exchange_api_withdraw.c +++ b/src/lib/exchange_api_withdraw.c @@ -232,7 +232,7 @@ withdraw_cs_stage_two_callback ( &wh->pd)) { GNUNET_break (0); - GNUNET_free (wh); + break; } wh->wh2 = TALER_EXCHANGE_withdraw2 (wh->exchange, &wh->pd, |
