> @@ -113,11 +107,11 @@ static void clearPatternSet (const langType language)
>                       {
>                               eFree (p->u.tag.name_pattern);
>                               p->u.tag.name_pattern = NULL;
> -                             eFree (p->u.tag.kind.name);
> +                             eFree ((char *)p->u.tag.kind.name);

it's not worse than 
[UCTags'](https://github.com/universal-ctags/ctags/blob/master/main/lregex.c#L316)
 despite what you say in the commit message.

---
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/pull/1160/files/359c60b81b8d80af4551f638b2b8c894066cd82c..4fbd38f6904a9ba93b1961a10d9d977bb83d277c#r73727109

Reply via email to