| author | |
| committer | |
| log | c79d3e4aab6f4fb69a1fe45ff3045a51926edfac |
| tree | f521efffacd24afbb4267024aa50498084a69ea0 |
| parent | c2316c52285b1319d7b44a7f7135d9e79786fd77 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -1877,6 +1877,7 @@ pub fn destroy(comp: *Compilation) void { |
| 1877 | 1877 | if (comp.module) |zcu| zcu.deinit(); |
| 1878 | 1878 | comp.cache_use.deinit(); |
| 1879 | 1879 | comp.work_queue.deinit(); |
| 1880 | if (!InternPool.single_threaded) comp.codegen_work.queue.deinit(); | |
| 1880 | 1881 | comp.c_object_work_queue.deinit(); |
| 1881 | 1882 | if (!build_options.only_core_functionality) { |
| 1882 | 1883 | comp.win32_resource_work_queue.deinit(); |