From owner-cvs-all Thu Oct 8 12:59:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05990 for cvs-all-outgoing; Thu, 8 Oct 1998 12:59:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05974; Thu, 8 Oct 1998 12:59:42 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03180; Thu, 8 Oct 1998 12:59:41 -0700 (PDT) Date: Thu, 8 Oct 1998 12:59:41 -0700 (PDT) Message-Id: <199810081959.MAA03180@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rpc.rstatd rstat_proc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/10/08 12:59:41 PDT Modified files: libexec/rpc.rstatd rstat_proc.c Log: Fix a memory leak in rpc.rstatd that shows up when it's run in standalone mode. (i.e., not from inetd) PR: bin/8212 Revision Changes Path 1.13 +7 -1 src/libexec/rpc.rstatd/rstat_proc.c