[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / Result_COption_EventZDecodeErrorZ.java
index 97941634b2b9c17872250709e9d3bb20ca82c240..11de42816d49c59bb8aa84a4ca1919256b3ee998 100644 (file)
@@ -13,6 +13,10 @@ public class Result_COption_EventZDecodeErrorZ extends CommonBase {
                if (ptr != 0) { bindings.CResult_COption_EventZDecodeErrorZ_free(ptr); } super.finalize();
        }
 
+       protected void force_free() {
+               if (ptr != 0) { bindings.CResult_COption_EventZDecodeErrorZ_free(ptr); ptr = 0; }
+       }
+
        static Result_COption_EventZDecodeErrorZ constr_from_ptr(long ptr) {
                if (bindings.CResult_COption_EventZDecodeErrorZ_is_ok(ptr)) {
                        return new Result_COption_EventZDecodeErrorZ_OK(null, ptr);