gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix leak


From: gnunet
Subject: [taler-merchant] branch master updated: -fix leak
Date: Sat, 23 Dec 2023 14:42:43 +0100

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 59e91bab -fix leak
59e91bab is described below

commit 59e91babec86664a606a9d81f436118294ee0ca9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Dec 23 21:42:30 2023 +0800

    -fix leak
---
 src/lib/merchant_api_reward_pickup.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/merchant_api_reward_pickup.c 
b/src/lib/merchant_api_reward_pickup.c
index ac5f081b..61255fc4 100644
--- a/src/lib/merchant_api_reward_pickup.c
+++ b/src/lib/merchant_api_reward_pickup.c
@@ -406,8 +406,8 @@ TALER_MERCHANT_reward_pickup (
 
 
 void
-TALER_MERCHANT_reward_pickup_cancel (struct
-                                     TALER_MERCHANT_RewardPickupHandle *tp)
+TALER_MERCHANT_reward_pickup_cancel (
+  struct TALER_MERCHANT_RewardPickupHandle *tp)
 {
   for (unsigned int i = 0; i<tp->num_planchets; i++)
   {
@@ -415,6 +415,7 @@ TALER_MERCHANT_reward_pickup_cancel (struct
     struct PlanchetData *pd = &tp->planchets[i];
 
     TALER_denom_sig_free (&pcd->sig);
+    TALER_denom_ewv_free (&pcd->exchange_vals);
     TALER_denom_pub_free (&tp->planchets[i].pk.key);
     if (NULL != pd->csr)
     {

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