am 1c77bf4c: Merge "Fix windows specific behavior of FileMap" into lmp-dev
* commit '1c77bf4ce5059f3a770418cfa8afed39ee41ab24': Fix windows specific behavior of FileMap
This commit is contained in:
commit
88b463a1c1
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