2010/9/22 Marius Zbihlei marius.zbihlei@1and1.ro:
modules_k/regex Fixed a memory leak when using pcre regex
The compiled regular expression when using pcre_match was not freed.
Hi Marius, extensive thanks for this fix. I've been using 'pcre_match_group' in production for more than a year with high traffic and I can ensure that it doesn't leak. However I will use 'pcre_match' in production *tomorrow* !!!! so you have solved an unavoidable problem!
Really thanks a lot.