Kaydet (Commit) 3db3184d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1229890 Uninitialized pointer field

Change-Id: Ica36715d932157fdeedadced7c7fba71babb4e0a
üst 59828ae2
......@@ -66,6 +66,7 @@ namespace dbaui
,m_pOptionsLabel(NULL)
,m_pOptions(NULL)
,m_pDataConvertFixedLine(NULL)
,m_pDataConvertLabel(NULL)
,m_pCharsetLabel(NULL)
,m_pCharset(NULL)
,m_pAutoFixedLine(NULL)
......
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