git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4016
d0543943-73ff-0310-b7d9-
9358b9ac24b2
switch_yield(1000000);
- if (runtime.memory_pool) {
- apr_pool_destroy(runtime.memory_pool);
- if (!vg) {
- apr_terminate();
- }
- }
-
#ifdef WIN32
free(SWITCH_GLOBAL_dirs.base_dir);
free(SWITCH_GLOBAL_dirs.mod_dir);
free(SWITCH_GLOBAL_dirs.temp_dir);
#endif
+ if (runtime.memory_pool) {
+ apr_pool_destroy(runtime.memory_pool);
+ if (!vg) {
+ apr_terminate();
+ }
+ }
+
return SWITCH_STATUS_SUCCESS;
}