Remove double close of registry key
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Jul 1999 08:13:51 +0000 (08:13 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Jul 1999 08:13:51 +0000 (08:13 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@182 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index a1e463e..a700081 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -226,7 +226,6 @@ static void load_settings (char *section, int do_host) {
     }
 
     free(p);
-    RegCloseKey(subkey1);
 
     if (do_host) {
        char prot[10];