gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fix another FIXME


From: gnunet
Subject: [taler-merchant] branch master updated: fix another FIXME
Date: Sun, 04 Jun 2023 01:16:10 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9c2c75f3 fix another FIXME
9c2c75f3 is described below

commit 9c2c75f391991e1b1e7e23dd0826dbf8f5c0afde
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 4 01:16:06 2023 +0200

    fix another FIXME
---
 src/lib/merchant_api_tip_pickup2.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/merchant_api_tip_pickup2.c 
b/src/lib/merchant_api_tip_pickup2.c
index 9cb5a496..84b57b3c 100644
--- 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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]