aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-27 13:32:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-27 13:32:42 +0100
commit82637e89647924b395c4d4cdfc835ceebbd0b661 (patch)
treecbb2d71b9a16095b642bca1d6b3e27677b39aaa0 /test/rspamd_test_suite.c
parentf2e9665d05f6e81603ef0e10dfbc161151357468 (diff)
downloadrspamd-82637e89647924b395c4d4cdfc835ceebbd0b661.tar.gz
rspamd-82637e89647924b395c4d4cdfc835ceebbd0b661.zip
[Rework] Rework initialisation to reduce static leaks count
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r--test/rspamd_test_suite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c
index 3cbb81460..db12a1a0c 100644
--- a/test/rspamd_test_suite.c
+++ b/test/rspamd_test_suite.c
@@ -87,7 +87,6 @@ main (int argc, char **argv)
g_test_add_func ("/rspamd/aio", rspamd_async_test_func);
#endif
g_test_run ();
- rspamd_regexp_library_finalize ();
return 0;
}