Salome HOME
PAL16774 (Crash after display of many groups)
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupBase.cxx
index c4adcc53b6921a4ce7aeb6c6e789722b7cbfea1c..da7b0da13f2200da883385a8651e4e73dd9c543b 100644 (file)
@@ -16,7 +16,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -43,6 +43,9 @@ SMESHDS_GroupBase::SMESHDS_GroupBase (const int                 theID,
        myID(theID), myMesh(theMesh), myType(theType), myStoreName(""),
        myCurIndex(0), myCurID(-1)
 {
+  myColor.R = 0.f;
+  myColor.G = 0.f;
+  myColor.B = 0.f;
 }
 
 //=============================================================================