diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_radix_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_radix_test.c b/test/rspamd_radix_test.c index b0fecd26b..661315dae 100644 --- a/test/rspamd_radix_test.c +++ b/test/rspamd_radix_test.c @@ -215,6 +215,7 @@ rspamd_radix_test_func (void) (ts2.tv_nsec - ts1.tv_nsec) / 1000000.; /* Nanoseconds */ msg_info ("Checked %z elements in %.6f ms", nelts, diff); + radix_tree_destroy_compressed (comp_tree); g_free (addrs); } |