fix fd leak in stage1 cacheing code

This commit is contained in:
Shawn Landden 2019-04-02 11:24:09 -05:00 committed by Andrew Kelley
parent 3c27d9c25a
commit 27e31f0475

View File

@ -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