katef / libfsm

DFA regular expression library & friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symbol_closure uses free directly

silentbicycle opened this issue · comments

This is allocated with f_malloc but calls free directly.

It may be worth auditing the whole codebase and/or using an allocator that checks for this in tests.