Hello there,
We just upgraded to the latest SketchUp C API (24.0.594) and noticed that some temporary files are being leaked after opening and subsequently closing a SketchUp file (attached here).
arc.skp (69.5 KB)
When opened by the SDK using SUModelCreateFromFileWithStatus
we see a temporary folder created within the %temp%
directory with a name similar to cls20241112133334114
(appears to be a timestamp). Inside this directory are a number of files including schema information and a doc_thumbnail.png
. Once the SDK closes the file with SUModelRelease
(even immediately after opening) most of the files are cleaned up except for the folder itself and doc_thumbnail.png
.
We wanted to check if anyone else is able to reproduce this and if it might be possible to have this temp file leak cleaned up to ensure nothing is left behind after processing the SketchUp file.
Thanks,
Matthew