提交 022cafc8 authored 作者: Anthony Minessale's avatar Anthony Minessale

doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15008 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 12735d12
...@@ -152,7 +152,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_native_file_load) ...@@ -152,7 +152,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_native_file_load)
uint32_t x; uint32_t x;
for (x = 0; x < num_codecs; x++) { for (x = 0; x < num_codecs; x++) {
supported_formats[x] = codecs[x]->iananame; supported_formats[x] = switch_core_strdup(pool, codecs[x]->iananame);
} }
*module_interface = switch_loadable_module_create_module_interface(pool, modname); *module_interface = switch_loadable_module_create_module_interface(pool, modname);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论