am 81080625: am 88b463a1: am 1c77bf4c: Merge "Fix windows specific behavior of FileMap" into lmp-dev

* commit '81080625a239ae953ef355974e1da7d50389fbb6':
  Fix windows specific behavior of FileMap
This commit is contained in:
Xavier Ducrohet 2014-10-16 19:26:38 +00:00 committed by Android Git Automerger
commit e88a527306

View file

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