contentpublishingsrv/contentharvester/factorysettingsplugin/src/chdbstatehandler.cpp
--- 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;
}