onnxruntime/java/src
Adam Pocock 71657d1eb8
[java] Fix double close (#19133)
### Description
The `OnnxValue` and `OrtProviderOptions` implementations now check to
see if they've been closed before accessing the native pointer, and also
before close is called.

### Motivation and Context
Before they could be closed twice which SIGSEGV'd the JVM. Fixes #19125.
2024-01-14 14:53:26 -08:00
..
main [java] Fix double close (#19133) 2024-01-14 14:53:26 -08:00
test [java] Fix double close (#19133) 2024-01-14 14:53:26 -08:00