Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

* commit '88b463a1':
  Fix windows specific behavior of FileMap
parents 66fa33a7 88b463a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ FileMap::~FileMap(void)
    if (mFileMapping != INVALID_HANDLE_VALUE) {
        CloseHandle(mFileMapping);
    }
    CloseHandle(mFileHandle);
#endif
}