K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-04-25T05:11:19.000000Z K 7 svn:log V 183 - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never be NULL and we will always leak mrep in the error case. Submitted by: Greg Taleck END