Re: Mismatched free/delete


Subject: Re: Mismatched free/delete
From: Dom Lachowicz (cinamod@hotmail.com)
Date: Sat Nov 11 2000 - 16:18:12 CST


Done. Will commit soon.

Dom

>From: "Mike Nordell" <tamlin@algonet.se>
>To: "AbiWord-dev" <abiword-dev@abisource.com>
>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.



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