Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Oops, forgot to commit this one. Free the cwdinfo ...



details:   https://anonhg.NetBSD.org/src/rev/55f61f68f1df
branches:  trunk
changeset: 472506:55f61f68f1df
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 30 20:54:04 1999 +0000

description:
Oops, forgot to commit this one.  Free the cwdinfo on exit.

diffstat:

 sys/kern/kern_exit.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e5ac181dbc0a -r 55f61f68f1df sys/kern/kern_exit.c
--- a/sys/kern/kern_exit.c      Fri Apr 30 20:21:57 1999 +0000
+++ b/sys/kern/kern_exit.c      Fri Apr 30 20:54:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_exit.c,v 1.65 1999/03/24 05:51:22 mrg Exp $       */
+/*     $NetBSD: kern_exit.c,v 1.66 1999/04/30 20:54:04 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -181,6 +181,7 @@
         * This may block!
         */
        fdfree(p);
+       cwdfree(p);
 
        /* The next three chunks should probably be moved to vmspace_exit. */
        vm = p->p_vmspace;



Home | Main Index | Thread Index | Old Index