Kaydet (Commit) 55b30b15 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1079293 Uninitialized pointer field

Change-Id: I20f844b98e922ccd351a28d9b47554c796876d14
üst 59b01ca7
...@@ -70,6 +70,9 @@ long DdeConnection::GetError() ...@@ -70,6 +70,9 @@ long DdeConnection::GetError()
} }
DdeConnection::DdeConnection( const OUString&, const OUString& ) DdeConnection::DdeConnection( const OUString&, const OUString& )
: pService(NULL)
, pTopic(NULL)
, pImp(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