add missing close for handle

svn path=/trunk/; revision=48886
This commit is contained in:
Matthias Kupfer 2010-09-25 19:07:37 +00:00
parent 6d6fd14277
commit 2a1e1c7eff

View file

@ -997,6 +997,7 @@ SetGeoID(PWCHAR Id)
return FALSE;
}
NtClose(KeyHandle);
return TRUE;
}