donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 492ca40b3d4b72e1374ce6b2d2de8730f6e7f5e5
parent 520c0434f642176514b04494f54ff319a89abacf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 25 Oct 2025 19:05:45 +0200

fix leak (#10505)

Diffstat:
Msrc/lib/donau_api_charity_get.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lib/donau_api_charity_get.c b/src/lib/donau_api_charity_get.c @@ -205,7 +205,6 @@ DONAU_charity_get ( TALER_LOG_DEBUG ("Connecting to the donau (%s)\n", url); cgh = GNUNET_new (struct DONAU_CharityGetHandle); - cgh->url = GNUNET_strdup (url); cgh->cb = cb; cgh->charity_id = id; cgh->cb_cls = cb_cls;