Module: kamailio Branch: master Commit: aa90787922917d91f7a5b09795d05ed44ceabd38 URL: https://github.com/kamailio/kamailio/commit/aa90787922917d91f7a5b09795d05ed44ceabd38
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-10-06T10:32:58+02:00 presence_reginfo: remove deprecated xmlMemoryDump() calls related #4411 --- Modified: src/modules/presence_reginfo/notify_body.c --- Diff: https://github.com/kamailio/kamailio/commit/aa90787922917d91f7a5b09795d05ed44ceabd38.diff Patch: https://github.com/kamailio/kamailio/commit/aa90787922917d91f7a5b09795d05ed44ceabd38.patch --- diff --git a/src/modules/presence_reginfo/notify_body.c b/src/modules/presence_reginfo/notify_body.c index 6d90c448d21..55cbd8ec695 100644 --- a/src/modules/presence_reginfo/notify_body.c +++ b/src/modules/presence_reginfo/notify_body.c @@ -74,7 +74,6 @@ str *reginfo_agg_nbody(str *pres_user, str *pres_domain, str **body_array, } xmlCleanupParser(); - xmlMemoryDump(); return n_body; } @@ -211,7 +210,6 @@ str *aggregate_xmls(str *pres_user, str *pres_domain, str **body_array, int n) pkg_free(xml_array); xmlCleanupParser(); - xmlMemoryDump(); return body; @@ -310,7 +308,6 @@ str *reginfo_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!
