| author | |
| committer | |
| log | 9ab8d065b6ebc2db40f680d0de4a558297327ee3 |
| tree | 30c5a51b6c903d31cfacb780e1003a16de7f6cc6 |
| parent | e9bee08f8869bc97312f37a76cb00b98b8c6ee3d |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link/MachO/commands.zig+1| ... | ... | @@ -182,6 +182,7 @@ pub const LoadCommand = union(enum) { |
| 182 | 182 | .Dylinker => |*x| x.deinit(allocator), |
| 183 | 183 | .Dylib => |*x| x.deinit(allocator), |
| 184 | 184 | .Rpath => |*x| x.deinit(allocator), |
| 185 | .BuildVersion => |*x| x.deinit(allocator), | |
| 185 | 186 | .Unknown => |*x| x.deinit(allocator), |
| 186 | 187 | else => {}, |
| 187 | 188 | }; |