Module: kamailio Branch: master Commit: 7b9d882b902dad47d77ef15a2939b2618bbd9bce URL: https://github.com/kamailio/kamailio/commit/7b9d882b902dad47d77ef15a2939b2618bbd9bce
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-10-06T10:32:58+02:00 presence_dialoginfo: remove deprecated xmlMemoryDump() calls related #4411 --- Modified: src/modules/presence_dialoginfo/notify_body.c --- Diff: https://github.com/kamailio/kamailio/commit/7b9d882b902dad47d77ef15a2939b2618bbd9bce.diff Patch: https://github.com/kamailio/kamailio/commit/7b9d882b902dad47d77ef15a2939b2618bbd9bce.patch --- diff --git a/src/modules/presence_dialoginfo/notify_body.c b/src/modules/presence_dialoginfo/notify_body.c index bc7445bdb24..0dc9d9a14ba 100644 --- a/src/modules/presence_dialoginfo/notify_body.c +++ b/src/modules/presence_dialoginfo/notify_body.c @@ -115,7 +115,6 @@ str *dlginfo_agg_nbody_empty(str *pres_user, str *pres_domain) xmlCleanupParser(); - xmlMemoryDump(); return n_body; } @@ -144,7 +143,6 @@ str *dlginfo_agg_nbody(str *pres_user, str *pres_domain, str **body_array, } xmlCleanupParser(); - xmlMemoryDump(); return n_body; } @@ -423,7 +421,6 @@ str *aggregate_xmls(str *pres_user, str *pres_domain, str **body_array, int n) pkg_free(xml_array); xmlCleanupParser(); - xmlMemoryDump(); return body; @@ -617,7 +614,6 @@ str *dlginfo_body_setversion(subs_t *subs, str *body) doc, (xmlChar **)(void *)&aux_body->s, &aux_body->len, 1); xmlFreeDoc(doc); xmlCleanupParser(); - xmlMemoryDump(); return aux_body; } _______________________________________________ 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!
