]> git.saurik.com Git - wxWidgets.git/commit
Fix bogus asserts in Unix wxFileSystemWatcher for removed files.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2012 18:34:22 +0000 (18:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2012 18:34:22 +0000 (18:34 +0000)
commit3c03599e71b9367980ebb0c7b6ffd3493b670ff1
tree7841e7be9c2ac88a1d5e2958b7778d7f9d4428c7
parentcc030eab7206e081ce1a375ffc252ae02b3b282a
Fix bogus asserts in Unix wxFileSystemWatcher for removed files.

Store the recently removed file descriptors and don't assert if we get an
event for one of them, this can happen and is normal unlike unexpected events
for completely unknown descriptors for which we still keep an assert.

Closes #14465.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fswatcher_inotify.cpp