Salome HOME
Merge remote-tracking branch 'origin/BR_REENTRANCE_OPERATION' into origin_Dev_1.5.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.cpp
index 20331230cdfa0a81dd52b88744c8b54a00ed2d79..da5ff1fcb2c3f5325ad25c0e63fbf2621719d138 100755 (executable)
@@ -247,7 +247,8 @@ void ModuleBase_OperationFeature::abort()
   if (aPropertyPanel)
     aPropertyPanel->cleanContent();
 
-  myFeature->setStable(true);
+  if (myFeature.get())
+    myFeature->setStable(true);
 
   abortOperation();
   stopOperation();