MCPcopy Create free account
hub / github.com/capstone-engine/capstone / finalize

Method finalize

bindings/java/capstone/Capstone.java:494–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492
493 // destructor automatically caled at destroyed time.
494 protected void finalize() {
495 // FIXME: crashed on Ubuntu 14.04 64bit, OpenJDK java 1.6.0_33
496 // cs.cs_close(ns.handleRef);
497 }
498
499 // destructor automatically caled at destroyed time.
500 public int close() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected