CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/09 06:04:14
Modified files:
sys/net : pf_table.c
Log message:
Plug a memory leak in pfr_destroy_kentry
pfi_kif objects allocated for table entries created by route-to or
by specifying weight weren't garbage collected when the table entry
was destroyed.
Spotted by Alexandr Nedvedicky <alexandr ! nedvedicky at oracle ! com>,
thanks! Ok henning, florian
