[Github-comments] [geany/geany-plugins] TreeBrowser: Avoid double node clear (#1015)
Chris Allan
notifications at xxxxx
Wed Oct 14 03:49:11 UTC 2020
Fixes #675
`on_treeview_changed` is triggered during `treebrowser_tree_store_iter_clear_nodes`, leading to a double-delete.
Consistent (as far as I can tell) reproduction steps:
1. Create a folder
2. Create two new files in folder
3. Delete second file
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1015
-- Commit Summary --
* TreeBrowser: Avoid double node clear
-- File Changes --
M treebrowser/src/treebrowser.c (3)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1015.patch
https://github.com/geany/geany-plugins/pull/1015.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201013/419f16a6/attachment.htm>
More information about the Github-comments
mailing list