diff --git a/cde/programs/dtmail/dtmail/DmxMessage.C b/cde/programs/dtmail/dtmail/DmxMessage.C index 0f6d0f861..b14a855b1 100644 --- a/cde/programs/dtmail/dtmail/DmxMessage.C +++ b/cde/programs/dtmail/dtmail/DmxMessage.C @@ -566,9 +566,9 @@ DmxMsg::parse (void) if (handleError (env, "getContents") == DTM_TRUE) exit (1); - bodyParts = new (DtMail::BodyPart *[bc]); + bodyParts = new DtMail::BodyPart *[bc]; cachedValues = DTM_TRUE; - + // cache values bodyParts [0] = part; numBPs++;