Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: be764a16fe606294339252623deeeaa374e7dae0
https://github.com/OpenSIPS/opensips/commit/be764a16fe606294339252623deeeaa374e7dae0
Author: Liviu Chircu <[email protected]>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M pvar.c
Log Message:
-----------
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
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel