cvs commit: src/sys/kern kern_linker.c

Nate Lawson nate at root.org
Fri Apr 9 10:26:36 PDT 2004


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


More information about the cvs-all mailing list