mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Fix two duplicate checks - obviously copy/pasted, CIDs 74 and 75
svn path=/trunk/; revision=37941
This commit is contained in:
@@ -1044,7 +1044,7 @@ DWORD IMAGEAPI MapFileAndCheckSumA(
|
||||
0,
|
||||
0,
|
||||
0);
|
||||
if (hMapping == 0)
|
||||
if (BaseAddress == NULL)
|
||||
{
|
||||
CloseHandle(hMapping);
|
||||
CloseHandle(hFile);
|
||||
@@ -1110,7 +1110,7 @@ DWORD IMAGEAPI MapFileAndCheckSumW(
|
||||
0,
|
||||
0,
|
||||
0);
|
||||
if (hMapping == 0)
|
||||
if (BaseAddress == NULL)
|
||||
{
|
||||
CloseHandle(hMapping);
|
||||
CloseHandle(hFile);
|
||||
|
||||
Reference in New Issue
Block a user