From 5eeb3aedb04f8e6b675b7354d7a5458666eedf8a Mon Sep 17 00:00:00 2001 From: zhengchao Date: Mon, 15 Oct 2018 17:23:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AD=98=E6=B3=84?= =?UTF-8?q?=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_rule.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index ae51562..adefe75 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -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);