fillsmooth bugfix (potential memoryleak)

This commit is contained in:
supermerill 2018-12-10 17:38:08 +01:00
parent 4b76c7d7ed
commit 301d52a072

View File

@ -271,6 +271,7 @@ namespace Slic3r {
if (!eecroot->entities.empty())
out.push_back(eecroot);
else delete eecroot;
}