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