block: we don't need to free the signature anymore, its static

This commit is contained in:
Mitchell Hashimoto 2023-10-21 11:23:02 -07:00
parent 62bcb951b8
commit 38835ef322
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC

View file

@ -111,7 +111,6 @@ pub fn Block(
_Block_object_dispose(@field(real_src, field.name), 3);
}
}
alloc.free(std.mem.sliceTo(real_src.descriptor.signature.?, 0));
alloc.destroy(real_src.descriptor);
}