> @@ -319,6 +321,9 @@ static void findMatchingTag(ScintillaObject *sci, gint 
> openingBracket, gint clos
>      gboolean isTagOpening = is_tag_opening(sci, openingBracket);
>      gchar *tagName = get_tag_name(sci, openingBracket, closingBracket, 
> isTagOpening);
>  
> +    if (!tagName)

I'm not familiar with this plugin's code, is it acceptable to silently fail 
here?

---
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/447/files/5b461b3bdcf2c380e5f323e287be4ebd32f07059#r67291823

Reply via email to