Fix use-after-free in XConnection::get_output_info (#1211)

This commit is contained in:
Benjamin Saunders 2019-10-05 12:00:54 -07:00 committed by Osspial
parent 42e0ccfa1c
commit 2d41a7d1b0
2 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,7 @@
- Removed `derivative` crate dependency.
- On Wayland, add support for set_cursor_icon.
- Use `impl Iterator<Item = MonitorHandle>` instead of `AvailableMonitorsIter` consistently.
- On X11, fix use-after-free during window creation
# 0.20.0 Alpha 3 (2019-08-14)