1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Remove double close of registry key

[originally from svn r182]
This commit is contained in:
Simon Tatham 1999-07-16 08:13:51 +00:00
parent 5862a6348a
commit 3774094e46

View File

@ -226,7 +226,6 @@ static void load_settings (char *section, int do_host) {
}
free(p);
RegCloseKey(subkey1);
if (do_host) {
char prot[10];