diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-21 02:50:36 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-21 02:50:36 +0000 |
| commit | 3f81737f30d35967aa3ca47d8098c8309721fb65 (patch) | |
| tree | 7aecfb2a668b65c4f633c458ade107285768598a /lib/libutil | |
| parent | 87db9ff6f8b5ef1f0843e2e754ea92ffeccd3552 (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login_cap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index af27766e5064..b7528b99efc2 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -152,6 +152,7 @@ login_close(login_cap_t * lc) if (lc) { free(lc->lc_style); free(lc->lc_class); + free(lc->lc_cap); free(lc); if (--lc_object_count == 0) { free(internal_string); |
