From kde-bugs-dist Mon Sep 04 20:27:46 2006 From: Andreas Zehender Date: Mon, 04 Sep 2006 20:27:46 +0000 To: kde-bugs-dist Subject: [Bug 106340] crash when using heightfield Message-Id: <20060904202746.17866.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=115740167603701 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=106340 az azweb de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From az azweb de 2006-09-04 22:27 ------- SVN commit 580938 by azehende: Initialize variables in constructor BUG: 106340 M +2 -0 pmheightfieldroam.cpp --- branches/KDE/3.5/kdegraphics/kpovmodeler/pmheightfieldroam.cpp #580937:580938 @ -32,6 +32,8 @ m_waterLevel = m_displayDetail = 0; m_mapMod = m_levelMod = true; m_fail = false; + m_pPoints = 0; + m_pTree = 0; if ( !imageToData( fileName ) ) {