aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 3f8133d61..e82e10e3b 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -448,9 +448,9 @@ do_shutdown (void *cls)
448 search_str_cnt < num_peers && NULL != search_strings; 448 search_str_cnt < num_peers && NULL != search_strings;
449 search_str_cnt++) 449 search_str_cnt++)
450 { 450 {
451 GNUNET_free_non_null (search_strings[search_str_cnt]); 451 GNUNET_free (search_strings[search_str_cnt]);
452 } 452 }
453 GNUNET_free_non_null (search_strings); 453 GNUNET_free (search_strings);
454 search_strings = NULL; 454 search_strings = NULL;
455 455
456 if (NULL != reg_handle) 456 if (NULL != reg_handle)