gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: -fix sublte leaks


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -fix sublte leaks
Date: Fri, 27 Aug 2021 14:58:35 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 416f5fd  -fix sublte leaks
416f5fd is described below

commit 416f5fd65570fa07f2f8d4f0cd22210d82a5f5a2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 27 14:58:32 2021 +0200

    -fix sublte leaks
---
 src/anastasis/anastasis-gtk_action.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 3156415..4091ad1 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -111,6 +111,7 @@ action_continent_selecting (void)
                                NULL, NULL))
         {
           GNUNET_break (0);
+          GNUNET_JSON_parse_free (spec);
           continue;
         }
 
@@ -192,6 +193,7 @@ action_country_selecting (void)
                              NULL, NULL))
       {
         GNUNET_break (0);
+        GNUNET_JSON_parse_free (spec);
         continue;
       }
 
@@ -624,6 +626,7 @@ action_user_attributes_collecting (void)
                                     attr_type,
                                     val);
       }
+      GNUNET_JSON_parse_free (spec);
     }
   }
 

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