diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 15:52:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 21:02:41 +0100 |
commit | 667772760aaba490f58af3bf0cb076cb3b0c4eb9 (patch) | |
tree | e95801e98d8097b04161b968551685e653e42475 /cui | |
parent | 8608dd317975e39088b82bc8f1ec8c42d01fa1fc (diff) |
coverity#738577 Uninitialized pointer field
Change-Id: I2a1c99b368ae970a63545cea4d750711baa4ad55
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index c9a485b3734a..5a591ef3d164 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -2649,6 +2649,8 @@ SvxMainMenuOrganizerDialog::SvxMainMenuOrganizerDialog( } else { + pNewMenuEntry = NULL; + // hide name label and textfield m_pMenuBox->Hide(); // change the title |