freebsd-dev/sys/dev/lge
Pyun YongHyeon eeeebe75aa Plug memory leak in jumbo buffer allocation failure path.
Patch in the PR was modified to check active jumbo buffers in use
and other possible jumbo buffer leak.

Jumbo buffer usage in lge(4) still wouldn't be reliable due to lack
of driver lock in local jumbo buffer allocator. Either introduce
a new lock to protect jumbo buffer or switch to UMA backed page
allocator for jumbo frame is required.

PR:	kern/78072
2008-03-05 05:36:09 +00:00
..
if_lge.c Plug memory leak in jumbo buffer allocation failure path. 2008-03-05 05:36:09 +00:00
if_lgereg.h - Consistently use if_printf() only in interface methods: if_start(), 2006-09-15 15:16:12 +00:00