Merge pull request #1102 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-9824-fix-tone2wav-segfault to master

* commit '4ed1433cc6dd6936c1f1e474e653cbb45593c937':
  FS-9824 [tone2wav.c] Fix segfault on tone2wav
This commit is contained in:
Brian West 2016-12-07 13:31:32 -06:00
commit ce7b2301be
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ int main(int argc, char *argv[])
end:
switch_core_destroy();
switch_safe_free(SWITCH_GLOBAL_dirs.mod_dir);
//switch_core_destroy();
return r;