aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-bcd.c
diff options
context:
space:
mode:
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,