summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 8ac08f57c..449dfef3c 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -2448,6 +2448,9 @@ static void output_special_char(unsigned char c, struct options *op,
uname(&uts);
fputs(uts.sysname, stdout);
}
+
+ free(var);
+
break;
}
case 'u':