Merge "Fix windows specific behavior of FileMap" into lmp-dev
This commit is contained in:
commit
1c77bf4ce5
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ FileMap::~FileMap(void)
|
|||
if (mFileMapping != INVALID_HANDLE_VALUE) {
|
||||
CloseHandle(mFileMapping);
|
||||
}
|
||||
CloseHandle(mFileHandle);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue