mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
The image file written by debug_open_snapshot was being kept open by the `tempfile` object. On Windows, this prevented `open::that` from successfully launching the viewer sometimes because the file remained locked, which can be avoided by first releasing the file handle.