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