imagehlp: Fixed typo (Coverity).
This commit is contained in:
parent
86d4688171
commit
7c6febe6eb
|
@ -180,7 +180,7 @@ DWORD WINAPI MapFileAndCheckSumA(
|
||||||
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