]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winplink.c
Add support in uxnet.c for Unix-domain listening sockets.
[PuTTY.git] / windows / winplink.c
index a618c7eddd60e36fe64f538695d709dcfcca89ae..5849e0d4a1b8e0caa20cd287949b2af92aafdf9c 100644 (file)
@@ -57,10 +57,6 @@ void nonfatal(char *p, ...)
     vfprintf(stderr, p, ap);
     va_end(ap);
     fputc('\n', stderr);
-    if (logctx) {
-        log_free(logctx);
-        logctx = NULL;
-    }
 }
 void connection_fatal(void *frontend, char *p, ...)
 {