From: Christian Kamm Date: Wed, 21 Sep 2011 07:58:43 +0000 (+0200) Subject: Zero-initialize QSGParticleGroup::m_system. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=66b6cb72b1e755660f8dc3b18b209b395e4dd52e;p=konrad%2Fqtdeclarative.git Zero-initialize QSGParticleGroup::m_system. Change-Id: Iaa38e1816ff2f231f588bce155a7b1bf9b21a3e5 Reviewed-on: http://codereview.qt-project.org/5291 Reviewed-by: Roberto Raggi --- diff --git a/src/declarative/particles/qsgparticlegroup.cpp b/src/declarative/particles/qsgparticlegroup.cpp index 28eb4d2..bcccf3c 100644 --- a/src/declarative/particles/qsgparticlegroup.cpp +++ b/src/declarative/particles/qsgparticlegroup.cpp @@ -91,6 +91,7 @@ QSGParticleGroup::QSGParticleGroup(QObject* parent) : QSGStochasticState(parent) + , m_system(0) { }