Kaydet (Commit) 82a33b84 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707744 Uninitialized pointer field

Change-Id: I3735755f6f9e698a9c2dbedb9875a119de4b48f7
üst 861b5856
......@@ -45,6 +45,7 @@ namespace dbaui
OTableConnection::OTableConnection( const OTableConnection& _rConn ) : Window(_rConn.m_pParent)
,m_pData(_rConn.GetData()->NewInstance())
,m_pParent(NULL)
{
*this = _rConn;
}
......
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