diff options
| -rw-r--r-- | text-io.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } |
![]() |
index : vis | |
| a neat vi-like editor | Mitchell Riedstra |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | text-io.c | 2 |
@@ -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; } |