commit 9c2c75f391991e1b1e7e23dd0826dbf8f5c0afde
parent 6d6f2ef35ffa2eabf9784b29c6e5c02b87ec3712
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Jun 2023 01:16:06 +0200
fix another FIXME
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/lib/merchant_api_tip_pickup2.c b/src/lib/merchant_api_tip_pickup2.c
@@ -112,7 +112,6 @@ check_ok (struct TALER_MERCHANT_TipPickup2Handle *tpo,
if (ja_len != tpo->num_planchets)
{
GNUNET_break_op (0);
- GNUNET_JSON_parse_free (spec);
return GNUNET_SYSERR;
}
{
@@ -134,7 +133,6 @@ check_ok (struct TALER_MERCHANT_TipPickup2Handle *tpo,
NULL, NULL))
{
GNUNET_break_op (0);
- GNUNET_JSON_parse_free (spec);
for (unsigned int j = 0; j<i; j++)
TALER_blinded_denom_sig_free (&mblind_sigs[j]);
return GNUNET_SYSERR;
@@ -148,7 +146,6 @@ check_ok (struct TALER_MERCHANT_TipPickup2Handle *tpo,
for (unsigned int i = 0; i<ja_len; i++)
TALER_blinded_denom_sig_free (&mblind_sigs[i]);
}
- GNUNET_JSON_parse_free (spec);
return GNUNET_OK;
}