Kaydet (Commit) 5d71f829 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707937 Uninitialized pointer field

Change-Id: I25b92686b08137a5292de620d4e348019c21a739
üst 51f85041
......@@ -97,8 +97,10 @@ public:
};
OTextOutputStream::OTextOutputStream()
: mbEncodingInitialized(false)
, mConvUnicode2Text(NULL)
, mContextUnicode2Text(NULL)
{
mbEncodingInitialized = false;
}
OTextOutputStream::~OTextOutputStream()
......
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