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:
Xavier Ducrohet 2014-10-16 19:13:46 +00:00 committed by Android Git Automerger
commit 88b463a1c1
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
}