FreeCAD: master b748cc68

Author Committer Branch Timestamp Parent
abdullah abdullahtahiriyo master 2020-03-06 15:47:42 master 26e88f20
Affected Issues  0004087: [Crash FC & Function Bug] - Part:FeatureGeometrySet
Changeset Part: GeometryExtensions

========================

fixes 0004087

Missing "break" in loop after finding the extension was causing segfault because of null pointer access, as the unique pointer had been std:move-d when found and was thus no longer valid.
mod - src/Mod/Part/App/Geometry.cpp Diff File