fix:memory leak

This commit is contained in:
wangmm0220 2024-04-29 19:36:41 +08:00
parent 1f85cb42e6
commit cd3f3046f7
1 changed files with 0 additions and 4 deletions

View File

@ -97,10 +97,6 @@ int32_t tqInitialize(STQ* pTq) {
if (tqMetaTransform(pTq) < 0) {
return -1;
}
pTq->pOffsetStore = tqOffsetOpen(pTq);
if (pTq->pOffsetStore == NULL) {
return -1;
}
if (tqMetaRestoreCheckInfo(pTq) < 0) {
return -1;