summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/who.c b/src/who.c
index 714ac2840..d050dc1fc 100644
--- a/src/who.c
+++ b/src/who.c
@@ -421,6 +421,9 @@ print_user (const STRUCT_UTMP *utmp_ent, time_t boottime)
}
sprintf (hoststr, "(%s)", host);
}
+
+ if (host != ut_host)
+ free (host);
}
else
{