From aca501096f7e3c735cc200ba51df3eadc4ff6eba Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 7 Jun 2013 09:09:04 +0200 Subject: [PATCH] * Chart values need to be always initialized. --- src/libtomahawk/Artist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtomahawk/Artist.cpp b/src/libtomahawk/Artist.cpp index 35b824f65..9a07233d7 100644 --- a/src/libtomahawk/Artist.cpp +++ b/src/libtomahawk/Artist.cpp @@ -155,6 +155,8 @@ Artist::Artist( const QString& name ) , m_simArtistsLoaded( false ) , m_biographyLoaded( false ) , m_infoJobs( 0 ) + , m_chartPosition( 0 ) + , m_chartCount( 0 ) #ifndef ENABLE_HEADLESS , m_cover( 0 ) #endif