bugfix: double free

This commit is contained in:
dengyihao 2020-06-12 19:47:44 +08:00
parent 65fe54c4f6
commit b99b469da7
1 changed files with 0 additions and 1 deletions

View File

@ -469,7 +469,6 @@ static int dumpResultToFile(const char* fname, TAOS_RES* result) {
} while( row != NULL);
fclose(fp);
taos_free_result(result);
return numOfRows;
}