全量更新时产生内存泄漏的bug进行自测。

This commit is contained in:
zhengchao
2018-07-05 17:34:06 +08:00
parent 04b76488ff
commit 6fdeebb2da
4 changed files with 17 additions and 13 deletions

View File

@@ -837,7 +837,7 @@ int build_serial_rule(_Maat_feather_t *feather,struct _Maat_cmd_inner_t* _cmd,st
int rule_num=0,i=0,j=0;
p_m_rule=&(cmd->compile);
char line[1024];
char line[MAX_TABLE_LINE_SIZE];
time_t timeout=0;
if(_cmd->cmd.expire_after>0)
{