appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp
changeset 52 92f864ef0288
parent 0 ba25891c3a9e
child 66 8b7f4e561641
--- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp	Fri Jun 11 13:45:18 2010 +0300
+++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp	Wed Jun 23 18:20:02 2010 +0300
@@ -40,11 +40,13 @@
 // Destructor
 CCUIProgressDialog::~CCUIProgressDialog()
     {
+    
     if (iSelfPtr) 
         {
         *iSelfPtr = NULL;
         iSelfPtr = NULL;
         }
+    
     }
 
 // ---------------------------------------------------------------------------