aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-01 14:25:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-01 14:25:11 +0200
commita36485c5380917777ae3b8f7b43ecbd18518511d (patch)
tree05e2afb12b88d290ec169f7a91e2e3a007f642c2 /src/json/json_helper.c
parent434742461540aa10e73fa4bb57750ad01eb7d9fe (diff)
downloadgnunet-a36485c5380917777ae3b8f7b43ecbd18518511d.tar.gz
gnunet-a36485c5380917777ae3b8f7b43ecbd18518511d.zip
-coverity
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 39949819f..aadc6804d 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -137,6 +137,7 @@ parse_fixed64_data (void *cls,
137 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 137 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
138 "Field `%s' has wrong length\n", 138 "Field `%s' has wrong length\n",
139 spec->field); 139 spec->field);
140 GNUNET_free (output);
140 return GNUNET_SYSERR; 141 return GNUNET_SYSERR;
141 } 142 }
142 memcpy (spec->ptr, 143 memcpy (spec->ptr,