exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e094df15af7c8d3623b0ea034831f917e00ef239
parent 18acbee05685461b0372a6eb0458c7f40aa37739
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  9 Mar 2026 12:06:41 +0100

-fix super-theoretical leak

Diffstat:
Msrc/mhd/mhd_config.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/mhd/mhd_config.c b/src/mhd/mhd_config.c @@ -491,6 +491,7 @@ TALER_MHD_listen_bind (const struct GNUNET_CONFIGURATION_Handle *cfg, if (-1 == fh) { GNUNET_break (0); + freeaddrinfo (res); return GNUNET_NO; } cb (cb_cls,