gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix fb leak


From: gnunet
Subject: [taler-exchange] branch master updated: -fix fb leak
Date: Sat, 22 Oct 2022 00:21:11 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3b90f9ca -fix fb leak
3b90f9ca is described below

commit 3b90f9cae240623799917a839c018039dae506b0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 00:21:08 2022 +0200

    -fix fb leak
---
 src/bank-lib/fakebank.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index ebdb5435..fa1475b7 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -3430,11 +3430,11 @@ post_testing_register (struct TALER_FAKEBANK_Handle *h,
       acc->password = GNUNET_strdup (password);
       acc->balance = h->signup_bonus; /* magic money creation! */
     }
-    return TALER_MHD_reply_static (connection,
-                                   MHD_HTTP_NO_CONTENT,
-                                   NULL,
-                                   NULL,
-                                   0);
+    res = TALER_MHD_reply_static (connection,
+                                  MHD_HTTP_NO_CONTENT,
+                                  NULL,
+                                  NULL,
+                                  0);
   }
   json_decref (json);
   return res;

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