gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: cleanup


From: gnunet
Subject: [taler-donau] branch master updated: cleanup
Date: Mon, 29 Apr 2024 00:14:14 +0200

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 3b926aa  cleanup
3b926aa is described below

commit 3b926aab76719bc0b192e3aae67448148c1027b2
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Mon Apr 29 00:15:17 2024 +0200

    cleanup
---
 src/lib/donau_api_batch_issue_receipts.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/donau_api_batch_issue_receipts.c 
b/src/lib/donau_api_batch_issue_receipts.c
index 587d5cc..b165b09 100644
--- a/src/lib/donau_api_batch_issue_receipts.c
+++ b/src/lib/donau_api_batch_issue_receipts.c
@@ -128,7 +128,6 @@ handle_batch_issue_ok (const json_t *resp_obj,
   biresp->details.ok.blinded_sigs =
     GNUNET_malloc (sizeof(struct DONAU_BlindedDonationUnitSignature)
                    * birh->num_blinded_sigs);
-  struct DONAU_BlindedDonationUnitSignature du_sigs[birh->num_blinded_sigs];
   size_t index;
   json_t *du_sig_obj;
   json_array_foreach (j_blind_signatures,
@@ -148,8 +147,6 @@ handle_batch_issue_ok (const json_t *resp_obj,
                            NULL))
     {
       GNUNET_break_op (0);
-      for (size_t i = 0; i<index; i++)
-        DONAU_blinded_donation_unit_sig_free (&du_sigs[i]);
       return GNUNET_SYSERR;
     }
   }

-- 
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]