适配MAAT4的plugin表的垃圾回收机制,减少原子操作

This commit is contained in:
liuxueli
2023-06-16 20:13:39 +08:00
parent 7cc941be4e
commit 910f97b3bf
4 changed files with 12 additions and 11 deletions

View File

@@ -1613,7 +1613,7 @@ size_t session_app_id_and_properties_scan(const struct streaminfo *a_stream, str
set_app_timeout(a_stream, dict, &(srt_process_context->timeout));
plugin_ex_data_app_id_dict_free(dict);
//plugin_ex_data_app_id_dict_free(dict);
}
else
{