Skip to content

treeview: Fix crash in assertion

Benjamin Otte requested to merge wip/otte/for-main into main

The fix in commit a267dfac is wrong. The function can return FALSE in normal operation.

Instead do a check for node == NULL that gracefully returns FALSE instead.

Merge request reports