Fix memory leak of ValidateDTD's dtd object

This commit is contained in:
martinhsv
2020-12-15 09:48:03 -08:00
committed by Felipe Zimmerle
parent ecdaeb0aa0
commit ae6ddf01fa
3 changed files with 25 additions and 13 deletions

View File

@@ -1,6 +1,8 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- Fix memory leak of ValidateDTD's m_dtd
[#2469 - @martinhsv, @zimmerle]
- Replaces put with setenv in SetEnv action
[#2469 - @martinhsv, @WGH-, @zimmerle]
- Using a custom VariableMatch* implementation