aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index 44698f304..df881a37a 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -346,6 +346,7 @@ int tail_main(int argc, char **argv)
346 } 346 }
347 if (ENABLE_FEATURE_CLEAN_UP) { 347 if (ENABLE_FEATURE_CLEAN_UP) {
348 free(fds); 348 free(fds);
349 free(tailbuf);
349 } 350 }
350 return G.status; 351 return G.status;
351} 352}