contentpublishingsrv/contentharvester/factorysettingsplugin/src/chdbstatehandler.cpp
changeset 60 f62f87b200ec
parent 0 79c6a41cd166
--- a/contentpublishingsrv/contentharvester/factorysettingsplugin/src/chdbstatehandler.cpp	Tue Feb 02 00:23:10 2010 +0200
+++ b/contentpublishingsrv/contentharvester/factorysettingsplugin/src/chdbstatehandler.cpp	Fri Mar 19 09:35:23 2010 +0200
@@ -50,7 +50,7 @@
 	CCHDbStateHandler* self = new (ELeave) CCHDbStateHandler( aCallback );
 	CleanupStack::PushL( self );
 	self->ConstructL();
-	CleanupStack::Pop(); // self
+	CleanupStack::Pop( self );
 	return self;
 	}