fix:memory leak

This commit is contained in:
wangmm0220 2024-04-08 23:33:58 +08:00
parent 64280a10cc
commit 4285f07f76
1 changed files with 3 additions and 0 deletions

View File

@ -1923,6 +1923,9 @@ int sml_td29373_Test() {
ASSERT(code == TSDB_CODE_SML_NOT_SUPPORT_PK);
taos_free_result(pRes);
for (int i = 0; i < 1; i++) {
taosMemoryFree(sql3[i]);
}
// case 4
const char *sql4[] = {