Christoph Egger <christoph_eg...@gmx.de> wrote: > > Module Name: src > > Committed By: rmind > > Date: Fri Nov 5 01:35:58 UTC 2010 > > > > Modified Files: > > src/sys/dist/pf/net: if_pfsync.c pf_norm.c > > src/sys/netinet: in_var.h ip_id.c ip_input.c > > > > Log Message: > > ip_randomid: make mechanism MP-safe and more modular. > > > > OK matt@ > > Where is ip_id_fini() called? If we don't we leak > kernel memory.
We do not. I have added it as a destructor. We may #if 0 it. -- Mindaugas