aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-bcd.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-04 16:32:17 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-04 16:32:17 +0100
commit411a26dffab450a6df51eff57d6044c650609169 (patch)
treeaa9c824aad30421f43a2a61f715e80eeac6e74e7 /src/gns/gnunet-bcd.c
parent0e6b1f4a2d6cdbc175c31043e99897247331f27c (diff)
downloadgnunet-411a26dffab450a6df51eff57d6044c650609169.tar.gz
gnunet-411a26dffab450a6df51eff57d6044c650609169.zip
-make coverity happier !coverity
Diffstat (limited to 'src/gns/gnunet-bcd.c')
-rw-r--r--src/gns/gnunet-bcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
index 83efcfba5..60fe25945 100644
--- a/src/gns/gnunet-bcd.c
+++ b/src/gns/gnunet-bcd.c
@@ -419,6 +419,8 @@ create_response (void *cls,
419 "\\def\\gpglineone{%s}\n\\def\\gpglinetwo{%s}\n", 419 "\\def\\gpglineone{%s}\n\\def\\gpglinetwo{%s}\n",
420 line1, 420 line1,
421 line2); 421 line2);
422 GNUNET_free (line1);
423 GNUNET_free (line2);
422 } 424 }
423 425
424 fprintf (deffile, 426 fprintf (deffile,