Date: Fri, 9 Apr 2004 10:26:37 -0700 (PDT) From: Nate Lawson <nate@root.org> To: Peter Edwards <peadar@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c Message-ID: <20040409102528.C48723@root.org> In-Reply-To: <20040409152753.148A716A500@hub.freebsd.org> References: <20040409152753.148A716A500@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 9 Apr 2004, Peter Edwards wrote: > peadar 2004/04/09 08:27:38 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_linker.c > Log: > Plug minor memory leak of module_t structures when unloading a file > from the kernel. > > Reviewed By: Doug Rabson (dfr@) > > Revision Changes Path > 1.110 +3 -1 src/sys/kern/kern_linker.c Excellent! In stress testing some attach/detach routines with load/unload, I noticed memory allocation slowly increasing but couldn't find a problem with my driver. Are there any other observable leaks? -Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040409102528.C48723>