diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-27 13:32:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-27 13:32:42 +0100 |
commit | 82637e89647924b395c4d4cdfc835ceebbd0b661 (patch) | |
tree | cbb2d71b9a16095b642bca1d6b3e27677b39aaa0 /test/rspamd_test_suite.c | |
parent | f2e9665d05f6e81603ef0e10dfbc161151357468 (diff) | |
download | rspamd-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.c | 1 |
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; } |