On 2017-06-11 12:31 AM, Aurelien Jarno wrote:
On 2017-06-03 22:35, Joachim Nilsson wrote:
unfortunately the memory leak fixes never made it into the v3.0
release, but v3.1 has them. (I've just released v3.2.)
Thanks for the hint, I'll upload it when the Debian freeze ends, which
is just a matter of days now. There is an ABI breakage compared to v3.0
(cfg_scan_string_begin and cfg_scan_string_end have been removed), so I
still have to decide if it is better to reintroduce these symbols
locally, ignore them or do an ABI transition.
It's very unlikely anyone ever used them, they were part of the
internal lexer API and have been replaced by a common FILE *fp
API using cfg_scan_fp_begin/end(), neither of which are part of
the official API.
Regards
/Joachim