diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-07 12:15:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-07 18:00:43 +0100 |
commit | 3db3184dc9415673099b88d4696bfe53c10e8dca (patch) | |
tree | a7a9d13bc18a8b6786456ee3f14c9a48a9ae6552 /dbaccess/source | |
parent | 59828ae2fcdd72e69504619f2d826ae75dec3aba (diff) |
coverity#1229890 Uninitialized pointer field
Change-Id: Ica36715d932157fdeedadced7c7fba71babb4e0a
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.cxx b/dbaccess/source/ui/dlg/detailpages.cxx index 4bf718b2b126..49d9c7cb7a15 100644 --- a/dbaccess/source/ui/dlg/detailpages.cxx +++ b/dbaccess/source/ui/dlg/detailpages.cxx @@ -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) |