fix: File handles not being closed correctly
This commit is contained in:
parent
9bb3a92e12
commit
11f55a7561
2
lib/external/libwolv
vendored
2
lib/external/libwolv
vendored
@ -1 +1 @@
|
||||
Subproject commit 038a508acec9486b0cc2e9478edaab861a95e112
|
||||
Subproject commit 7e368abca669c5913d803e997a32aec23f47f3c4
|
@ -211,6 +211,8 @@ namespace hex::plugin::builtin {
|
||||
this->m_file.map();
|
||||
this->m_fileSize = this->m_file.getSize();
|
||||
|
||||
this->m_file.close();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user