diff --git a/src/switch_loadable_module.c b/src/switch_loadable_module.c index ca761c22df..c99d18e9aa 100644 --- a/src/switch_loadable_module.c +++ b/src/switch_loadable_module.c @@ -2058,7 +2058,6 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_build_dynamic(char *filen } if ((module = switch_core_alloc(pool, sizeof(switch_loadable_module_t))) == 0) { - err = "Could not allocate memory\n"; abort(); }