diff options
| author | liuxueli <[email protected]> | 2023-06-16 20:13:39 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-06-18 13:52:40 +0800 |
| commit | 910f97b3bf4ce87dd08d81a8b7883cff6415496f (patch) | |
| tree | de138f6e80c6408bc543952a06316c74d83b483b /src/tsg_action.cpp | |
| parent | 7cc941be4eea021ba136e64de91c2396899fcba8 (diff) | |
适配MAAT4的plugin表的垃圾回收机制,减少原子操作
Diffstat (limited to 'src/tsg_action.cpp')
| -rw-r--r-- | src/tsg_action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_action.cpp b/src/tsg_action.cpp index 67a8608..58018a2 100644 --- a/src/tsg_action.cpp +++ b/src/tsg_action.cpp @@ -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; } |
