diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-03-27 17:46:06 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-03-27 17:46:06 +0000 |
| commit | 3662f299d2dfebe80138e63af815a42cc330b7c8 (patch) | |
| tree | 011c52fafadd8da2287ce2ff0b470eb561dbe86c /sys/netinet/udp_usrreq.c | |
| parent | 67208dfa16f4f7b1824927546f397c65dfe8f75b (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 019ceb3ef281..b5846c36c43d 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -245,6 +245,9 @@ udp_destroy(void) V_udbinfo.ipi_hashmask); hashdestroy(V_udbinfo.ipi_porthashbase, M_PCB, V_udbinfo.ipi_porthashmask); + + uma_zdestroy(V_udpcb_zone); + uma_zdestroy(V_udbinfo.ipi_zone); INP_INFO_LOCK_DESTROY(&V_udbinfo); } #endif |
