From 4781665fc1f38d4a28d2d2fb667fe5dac87fedbf Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Wed, 26 Apr 2006 04:59:24 +0000 Subject: [PATCH] [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 --- reactos/base/system/smss/initwkdll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/base/system/smss/initwkdll.c b/reactos/base/system/smss/initwkdll.c index 691fa1b156f..46fe7badf8d 100644 --- a/reactos/base/system/smss/initwkdll.c +++ b/reactos/base/system/smss/initwkdll.c @@ -92,7 +92,6 @@ SmpKnownDllsQueryRoutine(PWSTR ValueName, { DPRINT1("Failed to check the image checksum\n"); - NtClose(SectionHandle); NtClose(FileHandle); return STATUS_SUCCESS;