diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-25 14:01:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-25 17:03:50 +0000 |
commit | 80450fe68f193c69a49bdd0f9b40dac8f1b9f407 (patch) | |
tree | ba2f117101ea9e2644cdb0f6d5a1e305e8ad1ebb /svl/unx | |
parent | 361000e7b670c78ee9009d101c25ac3618e36243 (diff) |
coverity#738856 Uninitialized pointer field
Change-Id: I3dec3b5bed90b63f8869e0f28c970cec93d040c8
Diffstat (limited to 'svl/unx')
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 1fca271eb5a4..de726e7d2433 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -147,6 +147,7 @@ DdePoke::DdePoke( DdeConnection& rConnection, const OUString& rString, const Dde DdeTopic::DdeTopic( const OUString& ) + : pName(NULL) { } |