看板 DFBSD_commit 關於我們 聯絡資訊
commit 666ec8331837ca6b5c5a081cb8a0bc0c48121895 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Mar 16 14:29:14 2010 -0700 kernel - Fix kernel memory leak in devfs disk_probe() * kfree() the old slices structure after installing a new one. * Do a minor refactoring of dsgone(). * Possibly fixes a kernel memory leak generated by kde's CD probing. Reported-by: Pierre Abbat <phma@phma.optus.nu> Summary of changes: sys/kern/subr_disk.c | 24 ++++++++++++++---------- sys/kern/subr_diskslice.c | 14 +++++++------- 2 files changed, 21 insertions(+), 17 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/666ec8331837ca6b5c5a081cb8a0bc0c48121895 -- DragonFly BSD source repository