Done. Will commit soon.

Dom


>From: "Mike Nordell" <[EMAIL PROTECTED]>
>To: "AbiWord-dev" <[EMAIL PROTECTED]>
>Subject: Mismatched free/delete
>Date: Sat, 11 Nov 2000 23:09:15 +0100
>
>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
>
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.




Reply via email to