зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1276029 - Baldr: remove accidental MOZ_ALWAYS_TRUE (r=me)
MozReview-Commit-ID: KqN2VVyptr0 --HG-- extra : rebase_source : e036db7bf7d0e154ef89d995dc56cab599e24a8e
This commit is contained in:
Родитель
82f68e8a08
Коммит
69f5d39171
|
@ -424,7 +424,7 @@ MapFile(PRFileDesc* file, PRFileInfo* info)
|
|||
// mapped, so unconditionally close the PRFileMap, regardless of whether
|
||||
// PR_MemMap succeeds.
|
||||
uint8_t* memory = (uint8_t*)PR_MemMap(map, 0, info->size);
|
||||
MOZ_ALWAYS_TRUE(PR_CloseFileMap(map));
|
||||
PR_CloseFileMap(map);
|
||||
return UniqueMapping(memory, MemUnmap(info->size));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче