From owner-cvs-sys Fri May 9 06:43:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA03008 for cvs-sys-outgoing; Fri, 9 May 1997 06:43:51 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA02994; Fri, 9 May 1997 06:43:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id GAA06658; Fri, 9 May 1997 06:06:19 -0700 (PDT) From: dfr@FreeBSD.ORG Received: (from dfr@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA07152; Fri, 9 May 1997 06:04:45 -0700 (PDT) Date: Fri, 9 May 1997 06:04:45 -0700 (PDT) Message-Id: <199705091304.GAA07152@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_node.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 97/05/09 06:04:45 Modified: sys/nfs nfs_node.c Log: Fix memory leak caused by the fact that the directory offset cookies and the sillyrename information are stored in the same place. Revision Changes Path 1.17 +4 -4 src/sys/nfs/nfs_node.c