git: kernel - devfs - Fix memory leak in devfs_destroy_device_no

看板DFBSD_commit作者時間16年前 (2010/03/19 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit ab3436e772bb584b470f4932331462cc2e0852e5 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Mar 18 11:46:16 2010 -0700 kernel - devfs - Fix memory leak in devfs_destroy_device_node() * M_TEMP is used by devfs to allocate temporary PATH_MAX buffers * devfs had a memory leak in a particular failure case, fix it. This is likely the reported problem. Reported-by: John Marino <john@marino.st> Summary of changes: sys/vfs/devfs/devfs_core.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ab3436e772bb584b470f4932331462cc2e0852e5 -- DragonFly BSD source repository
文章代碼(AID): #1BedXohB (DFBSD_commit)