This commit is contained in:
liuwentan
2023-04-13 18:53:36 +08:00
parent 571ce08d3b
commit ffc1740a00
6 changed files with 13 additions and 13 deletions

View File

@@ -292,12 +292,7 @@ void maat_runtime_destroy(struct maat_runtime *maat_rt)
if (NULL == maat_rt) {
return;
}
if (maat_rt->ref_tbl_mgr != NULL) {
table_manager_runtime_destroy(maat_rt->ref_tbl_mgr);
maat_rt->ref_tbl_mgr = NULL;
}
if (maat_rt->sequence_map != NULL) {
maat_kv_store_free(maat_rt->sequence_map);
maat_rt->sequence_map = NULL;