[AUDIT] after looking through code no signs of reverse engineering were found.

BUG 1437 patch from w3seek : SMSS: Fix using uninitialized variable

svn path=/trunk/; revision=21743
This commit is contained in:
Magnus Olsen
2006-04-26 04:59:24 +00:00
parent 0707606360
commit 4781665fc1
-1
View File
@@ -92,7 +92,6 @@ SmpKnownDllsQueryRoutine(PWSTR ValueName,
{
DPRINT1("Failed to check the image checksum\n");
NtClose(SectionHandle);
NtClose(FileHandle);
return STATUS_SUCCESS;