Merge "Fix windows specific behavior of FileMap" into lmp-dev

This commit is contained in:
Xavier Ducrohet 2014-10-16 19:09:39 +00:00 committed by Android (Google) Code Review
commit 1c77bf4ce5
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ FileMap::~FileMap(void)
if (mFileMapping != INVALID_HANDLE_VALUE) {
CloseHandle(mFileMapping);
}
CloseHandle(mFileHandle);
#endif
}