| author | |
| committer | |
| log | dd2035735fa2160f85bf8fb8cd8b978d77fac292 |
| tree | 5a110086ac24d477269e9f2ee01fab74ea75a3a9 |
| parent | 865d4d2d8c066fd72b1e81cfc81c927aeccde8db |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/debug.zig+1| ... | ... | @@ -881,6 +881,7 @@ fn readCoffDebugInfo(allocator: mem.Allocator, coff_bytes: []const u8) !ModuleDe |
| 881 | 881 | |
| 882 | 882 | // Only used by pdb path |
| 883 | 883 | di.coff_section_headers = try coff_obj.getSectionHeadersAlloc(allocator); |
| 884 | errdefer allocator.free(di.coff_section_headers); | |
| 884 | 885 | |
| 885 | 886 | var path_buf: [windows.MAX_PATH]u8 = undefined; |
| 886 | 887 | const len = try coff_obj.getPdbPath(path_buf[0..]); |