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




Reply via email to