commit 416f5fd65570fa07f2f8d4f0cd22210d82a5f5a2
parent 78a12b161987b06ea3e1f81eaf6fd4bbee065d48
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 27 Aug 2021 14:58:32 +0200
-fix sublte leaks
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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);
}
}