TSG-15278 bugfix: memleak

This commit is contained in:
luwenpeng
2023-05-25 17:05:22 +08:00
parent 79e71c4240
commit dbfde6ce82
5 changed files with 73 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ struct thread_ctx
struct policy_enforcer *ref_enforcer;
int session_table_need_reset;
int thread_is_runing;
};
/******************************************************************************