*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_cap.c,v 1.15 1999/04/24 17:01:58 ache Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
if (lc) {
free(lc->lc_style);
free(lc->lc_class);
+ free(lc->lc_cap);
free(lc);
if (--lc_object_count == 0) {
free(internal_string);