Kaydet (Commit) 7dfd6125 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738580 Uninitialized pointer field

Change-Id: I3b2295afa5a86430178c68e61f38a98969708f0b
üst 9742d413
...@@ -450,6 +450,7 @@ ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) : ...@@ -450,6 +450,7 @@ ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) :
aFtActualizeFile ( this, CUI_RES( FT_ACTUALIZE_FILE ) ), aFtActualizeFile ( this, CUI_RES( FT_ACTUALIZE_FILE ) ),
aFLActualizeProgress ( this, CUI_RES( FL_ACTUALIZE_PROGRESS ) ), aFLActualizeProgress ( this, CUI_RES( FL_ACTUALIZE_PROGRESS ) ),
aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ), aBtnCancel ( this, CUI_RES( BTN_CANCEL ) ),
pTimer(NULL),
pTheme ( pThm ) pTheme ( pThm )
{ {
FreeResource(); FreeResource();
......
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