From 30361fe0e89a72e2dd248a93824b06d858e4e81a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Apr 2020 00:54:49 +0200 Subject: make GNUNET_freez default, have GNUNET_free_nz for cases where that does not work --- src/fs/gnunet-fs-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/gnunet-fs-profiler.c') diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c index fe86cf21f..62da46834 100644 --- a/src/fs/gnunet-fs-profiler.c +++ b/src/fs/gnunet-fs-profiler.c @@ -237,7 +237,7 @@ main (int argc, char *const *argv) "run a testbed to measure file-sharing performance"), options, &run, NULL)) ? ret : 1; - GNUNET_free ((void *) argv); + GNUNET_free_nz ((void *) argv); return ret; } -- cgit v1.2.3