imagehlp: Fixed typo (Coverity).
This commit is contained in:
parent
d599dec16c
commit
47c3663bec
|
@ -246,7 +246,7 @@ DWORD WINAPI MapFileAndCheckSumW(
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0);
|
0);
|
||||||
if (hMapping == 0)
|
if (BaseAddress == 0)
|
||||||
{
|
{
|
||||||
CloseHandle(hMapping);
|
CloseHandle(hMapping);
|
||||||
CloseHandle(hFile);
|
CloseHandle(hFile);
|
||||||
|
|
Loading…
Reference in New Issue