From a32caa414945a64ae75561d5edb87498d86f265a Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 15 May 2021 18:27:41 +0200 Subject: -nptr --- src/arm/arm_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index 0bffbc26d..afc32fc3a 100644 --- a/src/arm/arm_api.c +++ b/src/arm/arm_api.c @@ -768,7 +768,8 @@ start_arm_service (struct GNUNET_ARM_Handle *h, } GNUNET_free (binary); GNUNET_free (quotedbinary); - GNUNET_free (config); + if (NULL != config) + GNUNET_free (config); GNUNET_free (loprefix); GNUNET_free (lopostfix); if (NULL == proc) -- cgit v1.2.3