summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/rev.c')
-rw-r--r--text-utils/rev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/text-utils/rev.c b/text-utils/rev.c
index cb3848241..ace2cd6a6 100644
--- a/text-utils/rev.c
+++ b/text-utils/rev.c
@@ -68,7 +68,6 @@ wchar_t *buf;
static void sig_handler(int signo __attribute__ ((__unused__)))
{
- free(buf);
_exit(EXIT_SUCCESS);
}