Properly free paren_name_list with its regexp.
authorNicholas Clark <nick@ccl4.org>
Sat, 29 May 2010 21:07:04 +0000 (22:07 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 May 2010 21:07:04 +0000 (22:07 +0100)
commitaf534a0431cd837092de9abe4bff29feeeafebb3
treec61fea05077e6fbc9dd4c6c05ad08ef94908d6a7
parent1c8f8eb1d500716bc7368dab00869ae3be841e0c
Properly free paren_name_list with its regexp.

Previously the AV paren_name_list would "leak" until global destruction.
This was only an issue under -DDEBUGGING. Fixes RT #73438.
regcomp.c
regcomp.h