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