aboutsummaryrefslogtreecommitdiff
path: root/text-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-io.c')
-rw-r--r--text-io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/text-io.c b/text-io.c
index 97fc138..bd5eee7 100644
--- a/text-io.c
+++ b/text-io.c
@@ -327,8 +327,6 @@ err:
if (ctx->fd != -1)
close(ctx->fd);
ctx->fd = -1;
- free(ctx->tmpname);
- ctx->tmpname = NULL;
errno = saved_errno;
return false;
}