Re: [PATCH v2] grep: avoid leak of chartables in PCRE2

2019-08-05 Thread Junio C Hamano
Carlo Arenas writes: > Thanks for fixing the conflicts in pu as well; apologize if I could > had made it easier by doings things differently With many topics in flight, conflicts between topics happen all the time. Thanks for checking to catch a mismerge.

Re: [PATCH v2] grep: avoid leak of chartables in PCRE2

2019-08-03 Thread Carlo Arenas
Junio Thanks for fixing the conflicts in pu as well; apologize if I could had made it easier by doings things differently Carlo

Re: [PATCH v2] grep: avoid leak of chartables in PCRE2

2019-08-02 Thread Junio C Hamano
Carlo Marcelo Arenas Belón writes: > 94da9193a6 ("grep: add support for PCRE v2", 2017-06-01) introduced > a small memory leak visible with valgrind in t7813. > > Complete the creation of a PCRE2 specific variable that was missing from > the original change and free the generated table just like