fix:free_result

This commit is contained in:
Shuaiqiang Chang 2020-05-20 18:30:33 +08:00
parent a2f08cfb40
commit cdfe5de29d
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ int taosDumpOut(SDumpArguments *arguments) {
} }
} }
taos_free_result(result); // taos_free_result(result);
if (count == 0) { if (count == 0) {
fprintf(stderr, "No databases valid to dump\n"); fprintf(stderr, "No databases valid to dump\n");