diff -r 5cc91383ab1e -r 7333d7932ef7 appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp --- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp Thu Aug 19 10:02:49 2010 +0300 +++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp Tue Aug 31 15:21:33 2010 +0300 @@ -40,11 +40,13 @@ // Destructor CCUIProgressDialog::~CCUIProgressDialog() { + if (iSelfPtr) { *iSelfPtr = NULL; iSelfPtr = NULL; } + } // ---------------------------------------------------------------------------