-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slic3r: address sanitizer cleanup around wipe tower deletion
When determining whether or not we need to update the object list, we check all of the objects that are being deleted to see if they're a wipe tower. Unfortunately, by the time we check, the objects have already been deleted, and the memory has been freed! Avoid this by writing down for deleted objects whether they are wipe towers, and if they were, we can indeed skip updating the object list.
- Loading branch information
1 parent
0078c2a
commit a082ce5
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters