diff options
Diffstat (limited to 'test/rspamd_radix_test.c')
-rw-r--r-- | test/rspamd_radix_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rspamd_radix_test.c b/test/rspamd_radix_test.c index 661315dae..5e77b02f9 100644 --- a/test/rspamd_radix_test.c +++ b/test/rspamd_radix_test.c @@ -116,6 +116,8 @@ rspamd_radix_text_vec (void) } t ++; } + + radix_tree_destroy_compressed (tree); } void |