fix the issue #276

This commit is contained in:
slguan 2019-08-05 12:49:16 +08:00
parent 510b69ffc8
commit 47b242e0f2
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ JNIEXPORT jint JNICALL Java_com_taosdata_jdbc_TSDBJNIConnector_validateCreateTab
int code = taos_validate_sql(tscon, dst);
jniTrace("jobj:%p, conn:%p, code is %d", jobj, tscon, code);
free(dst);
return code;
}