[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / Result_RetryDecodeErrorZ.java
index 787890b92b895edb2033d0252edb532dd5769497..e1d233bc192198a7d1b40ce94354c7f02c629158 100644 (file)
@@ -13,6 +13,10 @@ public class Result_RetryDecodeErrorZ extends CommonBase {
                if (ptr != 0) { bindings.CResult_RetryDecodeErrorZ_free(ptr); } super.finalize();
        }
 
+       protected void force_free() {
+               if (ptr != 0) { bindings.CResult_RetryDecodeErrorZ_free(ptr); ptr = 0; }
+       }
+
        static Result_RetryDecodeErrorZ constr_from_ptr(long ptr) {
                if (bindings.CResult_RetryDecodeErrorZ_is_ok(ptr)) {
                        return new Result_RetryDecodeErrorZ_OK(null, ptr);