On 07/26/2009 01:03 AM, cvs@abisource.com wrote:
>
> OXML_Element_Text::~OXML_Element_Text()
> {
> - DELETEP(m_pString);
> + if(m_pString)
> + DELETEP(m_pString);
> }
>
Not to be picky but did you know that DELETEP was safe on NULL pointers?
Hub
Received on Sun Jul 26 07:44:58 2009
This archive was generated by hypermail 2.1.8 : Sun Jul 26 2009 - 07:44:58 CEST