Subject: Re: CVS commit: src/sys/nfs
To: None <david@l8s.co.uk>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 05/29/2003 23:15:55
> > Modified Files:
> > 	src/sys/nfs: nfs_socket.c nfs_syscalls.c
> > 
> > Log Message:
> > - use FREE not free for MALLOC'ed memory.
> 
> Erm why????

because i had impression that we should use FREE for MALLOC'ed memory
for some reason. (as Bill Studenmund said)
however, looking malloc/free code now, i couldn't find any reason...
probably i was simply wrong.

YAMAMOTO Takashi