[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Colomban Wendling notifications at xxxxx
Fri Aug 5 17:14:24 UTC 2016


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160805/7628237c/attachment.html>


More information about the Github-comments mailing list