mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 02:58:53 +00:00
fa78d25564
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.