mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +00:00
macho: deinit BuildVersion load command
This commit is contained in:
parent
e9bee08f88
commit
9ab8d065b6
@ -182,6 +182,7 @@ pub const LoadCommand = union(enum) {
|
||||
.Dylinker => |*x| x.deinit(allocator),
|
||||
.Dylib => |*x| x.deinit(allocator),
|
||||
.Rpath => |*x| x.deinit(allocator),
|
||||
.BuildVersion => |*x| x.deinit(allocator),
|
||||
.Unknown => |*x| x.deinit(allocator),
|
||||
else => {},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user