Module: kamailio Branch: master Commit: 7481665ae2d43e475a381bde4c41cd441c0c6c20 URL: https://github.com/kamailio/kamailio/commit/7481665ae2d43e475a381bde4c41cd441c0c6c20
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-09T13:50:41+01:00 pv: remove destroy of internal structures on shutdown --- Modified: src/modules/pv/pv.c --- Diff: https://github.com/kamailio/kamailio/commit/7481665ae2d43e475a381bde4c41cd441c0c6c20.diff Patch: https://github.com/kamailio/kamailio/commit/7481665ae2d43e475a381bde4c41cd441c0c6c20.patch --- diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c index 6ed27e7712b..15d9272a0cf 100644 --- a/src/modules/pv/pv.c +++ b/src/modules/pv/pv.c @@ -644,8 +644,6 @@ static int mod_init(void) static void mod_destroy(void) { - shvar_destroy_locks(); - destroy_shvars(); } static int pv_isset(struct sip_msg *msg, char *pvid, char *foo) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
