Kaydet (Commit) 0ceecfd9 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707751 Uninitialized pointer field

Change-Id: Iaa8aebe1649d4805394bdc559f57e7f256097ca5
üst 04e56d28
......@@ -2787,6 +2787,7 @@ EFieldInfo::~EFieldInfo()
}
EFieldInfo::EFieldInfo( const EFieldInfo& rFldInfo )
: pFieldItem(0)
{
*this = rFldInfo;
}
......
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