aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-04 20:54:16 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-04 20:54:24 +0200
commit2cce8be6b8fcb2baa0d7abde4bbe486cbcb3f983 (patch)
tree28bde1eaa1de1f569404d879689a411d9cdbe678 /src/json
parent18c183d3cb8f12790ed55333519b53a535a5c906 (diff)
downloadgnunet-2cce8be6b8fcb2baa0d7abde4bbe486cbcb3f983.tar.gz
gnunet-2cce8be6b8fcb2baa0d7abde4bbe486cbcb3f983.zip
misc bugfixes
Diffstat (limited to 'src/json')
-rw-r--r--src/json/test_json_mhd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json/test_json_mhd.c b/src/json/test_json_mhd.c
index 13338b32c..73efc4d97 100644
--- a/src/json/test_json_mhd.c
+++ b/src/json/test_json_mhd.c
@@ -144,7 +144,6 @@ main (int argc, const char *const argv[])
144 { 144 {
145 GNUNET_break (0); 145 GNUNET_break (0);
146 MHD_stop_daemon (daemon); 146 MHD_stop_daemon (daemon);
147 GNUNET_free (url);
148 json_decref (bigj); 147 json_decref (bigj);
149 GNUNET_free (post_data); 148 GNUNET_free (post_data);
150 GNUNET_free (str); 149 GNUNET_free (str);