This commit is contained in:
김선우 2025-01-27 20:40:43 +09:00
parent c18418bed0
commit eeed305b07

View file

@ -91,7 +91,7 @@ pub extern "system" fn Java_org_github_tursodatabase_core_LimboStatement_step<'l
pub extern "system" fn Java_org_github_tursodatabase_core_LimboStatement__1close<'local>(
_env: JNIEnv<'local>,
_obj: JObject<'local>,
stmt_ptr: jlong
stmt_ptr: jlong,
) {
LimboStatement::drop(stmt_ptr);
}