提交 82a28e76 authored 作者: Travis Cross's avatar Travis Cross

Re-fix memory leak

After consideration, this still looks correct.

Thanks-to: Anthony Minessale <anthm@freeswitch.org>

ref: FS-6783
ref: FS-6775
上级 8c0a1d17
...@@ -310,7 +310,7 @@ SWITCH_LIMIT_RELEASE(limit_release_hash) ...@@ -310,7 +310,7 @@ SWITCH_LIMIT_RELEASE(limit_release_hash)
switch_core_hash_delete(pvt->hash, (const char *) key); switch_core_hash_delete(pvt->hash, (const char *) key);
} }
//switch_core_hash_destroy(&pvt->hash); switch_core_hash_destroy(&pvt->hash);
} else { } else {
char *hashkey = switch_core_session_sprintf(session, "%s_%s", realm, resource); char *hashkey = switch_core_session_sprintf(session, "%s_%s", realm, resource);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论