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

cvs commit: src/sys/kern kern_mpipe.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Apr 2004 09:58:32 -0700 (PDT)

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@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



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