diff options
-rw-r--r-- | src/users.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.c b/src/users.c index eb2bd56e1..d53d33708 100644 --- a/src/users.c +++ b/src/users.c @@ -104,6 +104,8 @@ users (const char *filename) error (EXIT_FAILURE, errno, "%s", filename); list_entries_users (n_users, utmp_buf); + + free (utmp_buf); } void |