MCPcopy Create free account
hub / github.com/java-native-access/jna / close

Method close

src/com/sun/jna/CallbackReference.java:444–449  ·  view source on GitHub ↗

Free native resources associated with this callback.

()

Source from the content-addressed store, hash-verified

442
443 /** Free native resources associated with this callback. */
444 public void close() {
445 if (cleanable != null) {
446 cleanable.clean();
447 }
448 cbstruct = null;
449 }
450
451 @Deprecated
452 protected void dispose() {

Callers 2

disposeMethod · 0.95
disposeAllMethod · 0.95

Calls 1

cleanMethod · 0.65

Tested by

no test coverage detected