>  
> +             g_tree_search(tree, (GCompareFunc)tree_search_func, &user_data);
> +             list = g_tree_lookup(tree, 
> GINT_TO_POINTER(user_data.found_line));

of `if (user_data.found_line >= 0)` if returned value might be 0 because line=0 
would lead to NULL

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/797/files#r48275304

Reply via email to