Module: kamailio Branch: master Commit: 62f8b80c9351d2f808339c70160aee7306d6daf1 URL: https://github.com/kamailio/kamailio/commit/62f8b80c9351d2f808339c70160aee7306d6daf1
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-10-06T10:32:58+02:00 pua_bla: remove deprecated xmlMemoryDump() calls related #4411 --- Modified: src/modules/pua_bla/notify.c --- Diff: https://github.com/kamailio/kamailio/commit/62f8b80c9351d2f808339c70160aee7306d6daf1.diff Patch: https://github.com/kamailio/kamailio/commit/62f8b80c9351d2f808339c70160aee7306d6daf1.patch --- diff --git a/src/modules/pua_bla/notify.c b/src/modules/pua_bla/notify.c index bc542deee61..cd9c6c71641 100644 --- a/src/modules/pua_bla/notify.c +++ b/src/modules/pua_bla/notify.c @@ -208,7 +208,6 @@ int bla_handle_notify(struct sip_msg *msg, char *s1, char *s2) } xmlCleanupParser(); - xmlMemoryDump(); free_to_params(&TO); return 1; _______________________________________________ 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!
