When a monitored file or directory is removed, we call the handler for that event directly. However, this might lead to removing our own monitoring entry, which means we must not reference it any further after having called the handler.
Fixes #1430. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1431 -- Commit Summary -- * workbench: Fix crash when a monitored entry is removed -- File Changes -- M workbench/src/wb_monitor.c (18) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1431.patch https://github.com/geany/geany-plugins/pull/1431.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1431 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1...@github.com>