fix unit test core at get req timeinfo
This commit is contained in:
@ -293,9 +293,11 @@ void TestSqlUtils::destroy()
|
|||||||
delete schema_service_;
|
delete schema_service_;
|
||||||
}
|
}
|
||||||
if (NULL != ps) {
|
if (NULL != ps) {
|
||||||
|
ps->destroy();
|
||||||
delete ps;
|
delete ps;
|
||||||
}
|
}
|
||||||
if (NULL != pc) {
|
if (NULL != pc) {
|
||||||
|
pc->destroy();
|
||||||
delete pc;
|
delete pc;
|
||||||
}
|
}
|
||||||
ObKVGlobalCache::get_instance().destroy();
|
ObKVGlobalCache::get_instance().destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user