diff -r 4b195f3bea29 -r 35368b604b28 homescreenapp/hsdomainmodel/src/hsgui.cpp --- a/homescreenapp/hsdomainmodel/src/hsgui.cpp Wed Aug 18 09:40:07 2010 +0300 +++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp Thu Sep 02 20:17:27 2010 +0300 @@ -127,6 +127,9 @@ delete mImpl->mPageCrawlingAnimation; mImpl->mPageCrawlingAnimation = 0; + // This gets deleted when mImpl->mIdleView is deleted + // so just nullify. + mImpl->mIdleWidget = 0; } }