fix:memory leak
This commit is contained in:
parent
51760c10ec
commit
33de4e2aba
|
@ -363,7 +363,8 @@ int32_t tqTaosxScanLog(STQ* pTq, STqHandle* pHandle, SPackedData submit, STaosxR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
taosArrayDestroy(pBlocks);
|
||||||
|
taosArrayDestroy(pSchemas);
|
||||||
// if (pRsp->blockNum == 0) {
|
// if (pRsp->blockNum == 0) {
|
||||||
// return -1;
|
// return -1;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue