diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1509,6 +1509,8 @@ const struct method *proto; /* protocol method table */ close(ctl->smtp_socket); if (sock != -1) close(sock); + if (sinkfp) + pclose(sinkfp); ok = PS_ERROR; } else |