Fix use of dangling reference in wxFileSystemWatcher Unix code
Don't reference the "watch" object after possibly destroying it when handling IN_DELETE_SELF inotify notification. Closes #17122.
This commit is contained in:
committed by
Vadim Zeitlin
parent
6537356236
commit
34d39c9dfb
@@ -107,6 +107,7 @@ wxGTK:
|
||||
- Improve wxSpinCtrl best size calculation.
|
||||
- Implement support for icon locations in wxMimeTypesManager (Hanmac).
|
||||
- Cosmetic fix for empty wxCheckBoxes display (Chuddah).
|
||||
- Fix crashes in wxFileSystemWatcher implementation (David Hart).
|
||||
|
||||
wxMSW:
|
||||
|
||||
|
Reference in New Issue
Block a user