Index: ./xp/ie_imp_RTF.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_imp_RTF.cpp,v retrieving revision 1.275 diff -u -r1.275 ie_imp_RTF.cpp --- ./xp/ie_imp_RTF.cpp 13 Apr 2004 22:39:57 -0000 1.275 +++ ./xp/ie_imp_RTF.cpp 14 Apr 2004 04:38:14 -0000 @@ -9756,7 +9756,7 @@ if(sz != NULL) // MUST NOT USED delete[] on strings allocated by malloc/calloc !!! // delete [] sz; - FREEP(const_cast(sz)); + free(const_cast(sz)); } delete pCurStyleVec;