修复统计、布尔表达式运算、单元测试模块中的内存泄漏。

This commit is contained in:
zhengchao
2018-11-27 14:37:13 +08:00
parent be7290d1e3
commit a92967aa3f
6 changed files with 24 additions and 16 deletions

View File

@@ -323,7 +323,7 @@ int test_digest_scan(Maat_feather_t feather,const char* table_name,const char* f
{
printf("fopen %s error.\n",file_name);
}
Maat_stream_scan_string_end(&sp);
Maat_stream_scan_digest_end(&sp);
return ret;
}
int test_plugin_table(Maat_feather_t feather,const char* table_name,