Bindings updates
[ldk-java] / src / main / java / org / ldk / structs / DataLossProtect.java
index 2a5438e1836483a2cc41345c25905393c0499421..63db5eef41e4c627b6438f7d2efca0dfecd1ba6e 100644 (file)
@@ -11,13 +11,13 @@ public class DataLossProtect extends CommonBase {
        @Override @SuppressWarnings("deprecation")
        protected void finalize() throws Throwable {
                super.finalize();
-               bindings.DataLossProtect_free(ptr);
+               if (ptr != 0) { bindings.DataLossProtect_free(ptr); }
        }
 
-       public static DataLossProtect constructor_clone(DataLossProtect orig) {
-               long ret = bindings.DataLossProtect_clone(orig == null ? 0 : orig.ptr & ~1);
+       public DataLossProtect clone() {
+               long ret = bindings.DataLossProtect_clone(this.ptr);
                DataLossProtect ret_hu_conv = new DataLossProtect(null, ret);
-               ret_hu_conv.ptrs_to.add(orig);
+               ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
 
@@ -42,6 +42,7 @@ public class DataLossProtect extends CommonBase {
        public static DataLossProtect constructor_new(byte[] your_last_per_commitment_secret_arg, byte[] my_current_per_commitment_point_arg) {
                long ret = bindings.DataLossProtect_new(your_last_per_commitment_secret_arg, my_current_per_commitment_point_arg);
                DataLossProtect ret_hu_conv = new DataLossProtect(null, ret);
+               ret_hu_conv.ptrs_to.add(ret_hu_conv);
                return ret_hu_conv;
        }