Merge pull request #4129 from etiktin/fix_4127
Fix freeing asar fd on Windows
This commit is contained in:
commit
d779f8d898
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ Archive::Archive(const base::FilePath& path)
|
|||
|
||||
Archive::~Archive() {
|
||||
#if defined(OS_WIN)
|
||||
file_.Close();
|
||||
_close(fd_);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue