Kaydet (Commit) 98ef587c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1202967 Uninitialized pointer field

Change-Id: I60fb3b74d7f4d430776f53c2f4b37c63a0e5166d
üst 4f3e5fdf
......@@ -678,6 +678,7 @@ INetMIMEMessage::INetMIMEMessage()
INetMIMEMessage::INetMIMEMessage (const INetMIMEMessage& rMsg)
: INetRFC822Message (rMsg)
, pParent(NULL)
{
CopyImp (rMsg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment