enh: add err msg
This commit is contained in:
parent
f72668def8
commit
e979129669
|
@ -2001,7 +2001,6 @@ void ctgCleanupCacheQueue(void) {
|
|||
ctgDebug("process [%s] operation", gCtgCacheOperation[op->opId].name);
|
||||
(*gCtgCacheOperation[op->opId].func)(op);
|
||||
stopQueue = true;
|
||||
taosMemoryFree(op->data);
|
||||
CTG_RT_STAT_INC(numOfOpDequeue, 1);
|
||||
} else {
|
||||
taosMemoryFree(op->data);
|
||||
|
|
Loading…
Reference in New Issue