From: Chris Rienzo Date: Thu, 25 Apr 2019 20:47:18 +0000 (-0400) Subject: FS-11781 [test] shut down FS core when test finishes X-Git-Tag: v1.10.0~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e57da8dfb161a90b5bae009aac63b07015e56fd;p=thirdparty%2Ffreeswitch.git FS-11781 [test] shut down FS core when test finishes --- diff --git a/src/include/test/switch_test.h b/src/include/test/switch_test.h index feb2788e57..b809e67228 100644 --- a/src/include/test/switch_test.h +++ b/src/include/test/switch_test.h @@ -294,7 +294,7 @@ static switch_status_t fst_init_core_and_modload(const char *confdir, const char * Define the end of a freeswitch core test driver. */ #define FST_CORE_END() \ - /*switch_core_destroy();*/ \ + switch_core_destroy(); \ } \ if (fst_time_start) { \ /* shut up compiler */ \