diff options
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r-- | test/rspamd_test_suite.c | 2 |
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)) |