X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6e7a48828dc13d077e278df1c0598f6bfa66ef0b..1957695ce47dd93c30efc48ca1f272a34c732841:/unix/uxstore.c diff --git a/unix/uxstore.c b/unix/uxstore.c index ecd3ff19..54d35fc9 100644 --- a/unix/uxstore.c +++ b/unix/uxstore.c @@ -488,6 +488,7 @@ int verify_host_key(const char *hostname, int port, break; } + fclose(fp); return ret; }