fix fd leak in stage1 cacheing code
This commit is contained in:
committed by
Andrew Kelley
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
|
||||
|
||||
Reference in New Issue
Block a user