K 10 svn:author V 2 ps K 8 svn:date V 27 2006-03-06T08:42:07.000000Z K 7 svn:log V 370 MFC: rev 1.153 Fix bug in malloc_uninit(): Releasing items from the mt_zone can not be done by a simple uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC flag. Use uma_zfree_arg instead and supply the slab. This bug caused panics in low memory situations on unloading kernel modules containing MALLOC_DEFINE(..) statements. Approved by: re (scottl) END