fillsmooth bugfix (potential memoryleak)

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

View File

@ -269,8 +269,9 @@ namespace Slic3r {
}
}
if (!eecroot->entities.empty())
if (!eecroot->entities.empty())
out.push_back(eecroot);
else delete eecroot;
}