]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL11511
authorapo <apo@opencascade.com>
Mon, 6 Feb 2006 08:35:21 +0000 (08:35 +0000)
committerapo <apo@opencascade.com>
Mon, 6 Feb 2006 08:35:21 +0000 (08:35 +0000)
   CRASH if to import not MED file in Post-Pro module.
(to check, whether the MED converter instance is succesfully created or not)

src/VISU_I/VISU_Result_i.cc

index 63b1090511009eaea0ffe1766e76a3e3744f846e..2a85df8166ad105511b8a8743bca50ed8d1e1c30 100644 (file)
@@ -972,6 +972,9 @@ VISU::Result_i
 ::Build(SALOMEDS::SObject_ptr theSObject,
        CORBA::Boolean theIsAtOnce)
 {
+  if(!myInput)
+    return NULL;
+
   if(IsDone())
     return this;