K 10 svn:author V 4 fjoe K 8 svn:date V 27 2011-11-06T05:24:54.540546Z K 7 svn:log V 221 - Fix potential double mbuf free: M_PREPEND may free mbuf chain and return NULL but item will still have the reference ot the mbuf chain and will free it upon destruction. - Fix memory leak (unfree'd item on error path). END