Skip to content
Snippets Groups Projects
Commit 1c77bf4c authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

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

parents cd1da4e0 1a55aa5e
Branches
Tags
No related merge requests found
...@@ -77,7 +77,6 @@ FileMap::~FileMap(void) ...@@ -77,7 +77,6 @@ FileMap::~FileMap(void)
if (mFileMapping != INVALID_HANDLE_VALUE) { if (mFileMapping != INVALID_HANDLE_VALUE) {
CloseHandle(mFileMapping); CloseHandle(mFileMapping);
} }
CloseHandle(mFileHandle);
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment