]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11781 [test] shut down FS core when test finishes
authorChris Rienzo <chris@signalwire.com>
Thu, 25 Apr 2019 20:47:18 +0000 (16:47 -0400)
committerAndrey Volk <andywolk@gmail.com>
Tue, 9 Jul 2019 15:27:32 +0000 (19:27 +0400)
src/include/test/switch_test.h

index feb2788e57355e480c236dce5e0ade3dbfa1698b..b809e672280ad287ecbf30df6b51d0167bc588f9 100644 (file)
@@ -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 */ \