fix compile error

This commit is contained in:
Liu Jicong 2021-12-23 13:35:22 +08:00
parent 75e2ee1019
commit b2574fa2f4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ STQ* tqOpen(const char* path, STqCfg* tqConfig, STqLogHandle* tqLogHandle, SMemA
free(pTq); free(pTq);
#if 0 #if 0
allocFac->destroy(allocFac, pTq->tqMemRef.pAllocator); allocFac->destroy(allocFac, pTq->tqMemRef.pAllocator);
#endi #endif
return NULL; return NULL;
} }