Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PKG memory leak on {s.eval} corner-case
Make sure to correctly free the transformation data structures even when parsed by {s.eval} at runtime, as opposed to one-time parsing during startup, which would never highlight the leak: $var(proxy) = "$(du{nameaddr.uri}{re.subst,/scscf-int-/scscf-/})"; $var(proxy) = $(var(proxy){s.eval}); Fixes #3233
- Loading branch information