mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 20:46:02 +08:00
fillsmooth bugfix (potential memoryleak)
This commit is contained in:
parent
4b76c7d7ed
commit
301d52a072
@ -271,6 +271,7 @@ namespace Slic3r {
|
|||||||
|
|
||||||
if (!eecroot->entities.empty())
|
if (!eecroot->entities.empty())
|
||||||
out.push_back(eecroot);
|
out.push_back(eecroot);
|
||||||
|
else delete eecroot;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user