aboutsummaryrefslogtreecommitdiff
path: root/src/hello/test_hello-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/test_hello-uri.c')
-rw-r--r--src/hello/test_hello-uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hello/test_hello-uri.c b/src/hello/test_hello-uri.c
index 7e70d6763..01b6f2d8e 100644
--- a/src/hello/test_hello-uri.c
+++ b/src/hello/test_hello-uri.c
@@ -207,6 +207,7 @@ main (int argc,
207 url); 207 url);
208 GNUNET_free (url); 208 GNUNET_free (url);
209 } 209 }
210 GNUNET_HELLO_builder_free (b);
210 211
211 return 0; 212 return 0;
212} 213}