fix the issue #276
This commit is contained in:
parent
510b69ffc8
commit
47b242e0f2
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue