DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/usr.bin/mkfifo mkfifo.c


From: "Liam J. Foy" <liamfoy@xxxxxxxxxxxxx>
Date: Wed, 2 Mar 2005 19:23:07 +0000

On Wed(02)/Mar/05 - , Matthew Dillon wrote:
> 
> :
> :liamfoy     2005/03/02 09:32:06 PST
> :
> :DragonFly src repository
> :
> :  Modified files:
> :    usr.bin/mkfifo       mkfifo.c 
> :  Log:
> :  - Make sure we free() 'modep' after setmode()
> :  - Add stdlib.h for both free() and exit()
> :  
> :  Revision  Changes    Path
> :  1.5       +3 -1      src/usr.bin/mkfifo/mkfifo.c
> :
> :
> :http://www.dragonflybsd.org/cvsweb/src/usr.bin/mkfifo/mkfifo.c.diff?r1=1.4&r2=1.5&f=u
> 
>     It's about to exit, there's no reason to free(modep), it just wastes
>     cycles unnecessarily.
> 
> 					-Matt
> 					Matthew Dillon 
> 					<dillon@xxxxxxxxxxxxx>


Euhmm yeah, but I thought this was the prefered method. Also mentions
this in the actually setmode manpage. 
-- 
			- Liam J. Foy
			<liamfoy@xxxxxxxxxxxxx>
			http://www.bsd-systems.co.uk



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