]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/login_cap.c
Use correct macro for path name
[pw-darwin.git] / libutil / login_cap.c
index 0e113aa88a4a63224e8b05812105de21c3965d36..b7528b99efc25dad1d50f8ab547bdfa741c27231 100644 (file)
@@ -25,7 +25,7 @@
  *
  * Low-level routines relating to the user capabilities database
  *
  *
  * 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>
  */
 
 #include <stdio.h>
@@ -152,6 +152,7 @@ login_close(login_cap_t * lc)
     if (lc) {
        free(lc->lc_style);
        free(lc->lc_class);
     if (lc) {
        free(lc->lc_style);
        free(lc->lc_class);
+       free(lc->lc_cap);
        free(lc);
        if (--lc_object_count == 0) {
            free(internal_string);
        free(lc);
        if (--lc_object_count == 0) {
            free(internal_string);