Commit 88b463a1 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android Git Automerger
Browse files

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

* commit '1c77bf4c':
  Fix windows specific behavior of FileMap
parents dc7957d9 1c77bf4c
......@@ -77,7 +77,6 @@ FileMap::~FileMap(void)
if (mFileMapping != INVALID_HANDLE_VALUE) {
CloseHandle(mFileMapping);
}
CloseHandle(mFileHandle);
#endif
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment