cvs commit: src/sys/kern kern_mpipe.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Apr 20 09:58:50 PDT 2004
dillon 2004/04/20 09:58:32 PDT
DragonFly src repository
Modified files:
sys/kern kern_mpipe.c
Log:
When an mpipe was being destroyed, each element in the array was being
freed, but the array itself was not. Free the array as well.
Also do some minor tidying up of mpipe_done().
Reported-by: Craig Dooley <craig at xxxxxxxxxx>
Revision Changes Path
1.6 +12 -3 src/sys/kern/kern_mpipe.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_mpipe.c.diff?r1=1.5&r2=1.6&f=h
More information about the Commits
mailing list