提交 32c80950 authored 作者: Michael Giagnocavo's avatar Michael Giagnocavo

Or maybe its FreeCoTaskMem

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9798 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 657a0c9a
...@@ -104,7 +104,7 @@ switch_status_t ManagedSession::run_dtmf_callback(void *input, switch_input_type ...@@ -104,7 +104,7 @@ switch_status_t ManagedSession::run_dtmf_callback(void *input, switch_input_type
char *result = dtmfDelegate(input, itype); char *result = dtmfDelegate(input, itype);
switch_status_t status = process_callback_result(result); switch_status_t status = process_callback_result(result);
Marshal::FreeHGlobal(IntPtr(result)); // I think this is right Marshal::FreeCoTaskMem(IntPtr(result)); // I think this is right
return status; return status;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论