From b5090d28730d4c25dd364d5d4b66bdba271e9056 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 ff60d8a21..60b3bebe1 100644 --- a/src/libtomahawk/Artist.cpp +++ b/src/libtomahawk/Artist.cpp @@ -170,6 +170,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