mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +00:00
fix fd leak in stage1 cacheing code
This commit is contained in:
parent
3c27d9c25a
commit
27e31f0475
@ -437,6 +437,7 @@ Error cache_hit(CacheHash *ch, Buf *out_digest) {
|
||||
return ErrorCacheUnavailable;
|
||||
}
|
||||
}
|
||||
os_file_close(ch->manifest_file);
|
||||
return return_code;
|
||||
}
|
||||
// Cache Hit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user