Subject: Re: CVS commit: src/usr.sbin/arp
To: None <taca@back-street.net>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 08/15/2003 07:48:18
> In message <20030814100638.3C43DB004@cvs.netbsd.org>
> 	on Thu, 14 Aug 2003 10:06:38 +0000 (UTC),
> 	Jun-ichiro itojun Hagino <itojun@netbsd.org> wrote:
> > 
> > Module Name:	src
> > Committed By:	itojun
> > Date:		Thu Aug 14 10:06:37 UTC 2003
> > 
> > Modified Files:
> > 	src/usr.sbin/arp: arp.c
> > 
> > Log Message:
> > plug memory leak.  PR misc/22479
> I am solicitous for you, itojun.  As replies of PR misc/22479, this
> change is unnecessary and I think that you should put it back now.

	i don't think so, it is a good practice to free() even if exit() will
	take care of it.  there's no bad sideeffect.

itojun