aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-17 16:37:46 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-17 16:37:46 +0100
commite4846184c2f4dbdaefd18da8fc11c2864ae67c76 (patch)
tree47314c7f06fa9d1eb0a5634527fe4f5f4fa04ad1 /test/rspamd_test_suite.c
parent814bcc144f6c0d2bb91f5d2bc143b0ead5aab92f (diff)
downloadrspamd-e4846184c2f4dbdaefd18da8fc11c2864ae67c76.tar.gz
rspamd-e4846184c2f4dbdaefd18da8fc11c2864ae67c76.zip
Rework radix tests.
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r--test/rspamd_test_suite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c
index 864d5a419..36b66f05e 100644
--- a/test/rspamd_test_suite.c
+++ b/test/rspamd_test_suite.c
@@ -15,8 +15,6 @@ main (int argc, char **argv)
g_test_init (&argc, &argv, NULL);
- g_mem_set_vtable (glib_mem_profiler_table);
-
rspamd_main = (struct rspamd_main *)g_malloc (sizeof (struct rspamd_main));
#if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION <= 30))