Mismatched free/delete


Subject: Mismatched free/delete
From: Mike Nordell (tamlin@algonet.se)
Date: Sat Nov 11 2000 - 16:09:15 CST


In FL_DocLayout::setPendingWordForSpell

    FREEP(m_pPendingWordForSpell);
should be
    DELETEP(m_pPendingWordForSpell);

In IE_Exp_RTF d'tor:
    UT_VECTOR_PURGEALL(char *,m_vecColors);
should be
    UT_VECTOR_FREEALL(char *,m_vecColors);

Could anyone please take care of these?

/Mike - please don't cc



This archive was generated by hypermail 2b25 : Sat Nov 11 2000 - 16:09:44 CST