block: we don't need to free the signature anymore, its static
This commit is contained in:
parent
62bcb951b8
commit
38835ef322
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue