coverity#707744 Uninitialized pointer field
Change-Id: I3735755f6f9e698a9c2dbedb9875a119de4b48f7
This commit is contained in:
parent
861b58566d
commit
82a33b849c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue