通过原有功能的单元测试。

This commit is contained in:
zhengchao
2020-06-16 21:31:26 +08:00
parent 81a827d162
commit adf5cd8af8
23 changed files with 454 additions and 229 deletions

View File

@@ -71,6 +71,7 @@ void EX_data_rt_free(struct EX_data_rt* p)
p->cache_rows=NULL;
}
MESA_htable_destroy(p->key2ex_hash, NULL);
free(p);
return;
}
void EX_data_rt_cache_row(struct EX_data_rt* p, const char* row)