K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-05-13T08:46:13.286225Z K 7 svn:log V 325 MFstable/10 r299625: MFC r298677: r298677 (by cem): subr_mbpool: Don't free bogus pointer in error paths An mbpool is allocated with a contiguous array of mbpages. Freeing an individual mbpage has never been valid. Don't do it. This bug has been present since this code was introduced in r117624 (2003). CID: 1009687 END