diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 13:17:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 14:33:36 +0000 |
commit | 7dfd6125bf0e02ca892c8cea9eb70cde73aa0bd9 (patch) | |
tree | 42f76bf998d0737424085b27784ee1076a349932 /cui/source | |
parent | 9742d413638d27315d0904f72452f8f01fb617d1 (diff) |
coverity#738580 Uninitialized pointer field
Change-Id: I3b2295afa5a86430178c68e61f38a98969708f0b
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index ef4a9a4d952a..ac9707fad912 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -450,6 +450,7 @@ ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) : aFtActualizeFile ( this, CUI_RES( FT_ACTUALIZE_FILE ) ), aFLActualizeProgress ( this, CUI_RES( FL_ACTUALIZE_PROGRESS ) ), aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), + pTimer(NULL), pTheme ( pThm ) { FreeResource(); |