]> granicus.if.org Git - re2c/commit
libre2c: don't forget to free static lists (AST nodes, etc.) at the end of 'regfree()'.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 26 Jun 2019 10:15:40 +0000 (11:15 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 26 Jun 2019 10:18:26 +0000 (11:18 +0100)
commit0d5342dd9733833a7a30af4120cf05740967b5d5
tree4958d0463bdfacbde8631fde001e095e112559ef
parent6af3eac67623c77870cde39f0960fdf7242733bb
libre2c: don't forget to free static lists (AST nodes, etc.) at the end of 'regfree()'.

Otherwise they accumulate at every 'regcomp()'.
lib/regfree.cc