]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
0021829: EDF BLSURFPLUGIN : Frequent crashes in BLSURFPLUGIN
authoreap <eap@opencascade.com>
Mon, 24 Sep 2012 13:55:36 +0000 (13:55 +0000)
committereap <eap@opencascade.com>
Mon, 24 Sep 2012 13:55:36 +0000 (13:55 +0000)
commit126f4f6cd929640ed00df8074616bab97034b484
tree6f0db378c64510ad9f016b41c8dc2bfe71d57f7f
parent4841b17d794e45fe7fc746209b75d2e8370b5947
0021829: EDF BLSURFPLUGIN : Frequent crashes in BLSURFPLUGIN

Fix "Conditional jump or move depends on uninitialised value(s)" valgrind error

-  LightApp_DataObject* anObject;
+  LightApp_DataObject* anObject = 0;
src/LightApp/LightApp_Application.cxx