------- 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 ) ) {