[AUDIT] after looking through code no signs of reverse engineering were found.
authorMagnus Olsen <magnus@greatlord.com>
Wed, 26 Apr 2006 04:59:24 +0000 (04:59 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Wed, 26 Apr 2006 04:59:24 +0000 (04:59 +0000)
BUG 1437 patch from w3seek : SMSS: Fix using uninitialized variable

svn path=/trunk/; revision=21743

reactos/base/system/smss/initwkdll.c

index 691fa1b..46fe7ba 100644 (file)
@@ -92,7 +92,6 @@ SmpKnownDllsQueryRoutine(PWSTR ValueName,
     {
       DPRINT1("Failed to check the image checksum\n");
 
-      NtClose(SectionHandle);
       NtClose(FileHandle);
 
       return STATUS_SUCCESS;