修复内存泄漏

This commit is contained in:
zhengchao
2018-10-15 17:23:17 +08:00
parent d6c557dd53
commit 5eeb3aedb0

View File

@@ -912,7 +912,8 @@ void* create_bool_matcher(MESA_htable_handle compile_hash,int thread_num,void* l
if(q_cnt==0)
{
MESA_handle_runtime_log(logger,RLOG_LV_INFO,maat_module,
"No compile rule to build a bool matcher.");
"No compile rule to build a bool matcher.");
MESA_lqueue_destroy(update_q,lqueue_destroy_cb,NULL);
return NULL;
}
set_array=(universal_bool_expr_t*)malloc(sizeof(universal_bool_expr_t)*q_cnt);