summaryrefslogtreecommitdiff
path: root/clients/zleave
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-10-16 16:33:52 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-10-16 16:33:52 +0000
commitecde205da8aba4ef19fd1eed4be6a3d5ab0b6d6e (patch)
tree27fd97823285016c632c45540c0e3ab786a39069 /clients/zleave
parent91eb8b7e0f7667e22231c318efb09b393e62a9e5 (diff)
Remove temporary file before exiting [zbugs 0497: mhpower]
Diffstat (limited to 'clients/zleave')
-rw-r--r--clients/zleave/zleave.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/zleave/zleave.c b/clients/zleave/zleave.c
index 38f601a..27319f5 100644
--- a/clients/zleave/zleave.c
+++ b/clients/zleave/zleave.c
@@ -296,6 +296,7 @@ long nmins;
bother(slp4, msg4);
bother(0L, "That was the last time I'll tell you. Bye.");
+ (void) unlink(tempfile);
exit(0);
}