适配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

@@ -988,7 +988,7 @@ unsigned char tsg_enforing_deny_application(const struct streaminfo *a_stream, s
}
state=tsg_do_deny_action(a_stream, &app_user_region, p_result, protocol, type, user_data);
plugin_ex_data_app_id_dict_free(dict);
//plugin_ex_data_app_id_dict_free(dict);
return state;
}