Module: kamailio Branch: master Commit: e79fc9c3d45b0e936e8d138b6ee2602fd53e4eac URL: https://github.com/kamailio/kamailio/commit/e79fc9c3d45b0e936e8d138b6ee2602fd53e4eac
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-10-06T10:32:58+02:00 pua: remove deprecated xmlMemoryDump() calls related #4411 --- Modified: src/modules/pua/add_events.c --- Diff: https://github.com/kamailio/kamailio/commit/e79fc9c3d45b0e936e8d138b6ee2602fd53e4eac.diff Patch: https://github.com/kamailio/kamailio/commit/e79fc9c3d45b0e936e8d138b6ee2602fd53e4eac.patch --- diff --git a/src/modules/pua/add_events.c b/src/modules/pua/add_events.c index 5b94b44e707..7ac7c5f3e34 100644 --- a/src/modules/pua/add_events.c +++ b/src/modules/pua/add_events.c @@ -240,7 +240,6 @@ int pres_process_body( doc = NULL; *fin_body = body; - xmlMemoryDump(); xmlCleanupParser(); return 1; @@ -301,7 +300,6 @@ int bla_process_body(publ_info_t *publ, str **fin_body, int ver, str **tuple) if(*fin_body == NULL) LM_DBG("NULL fin_body\n"); - xmlMemoryDump(); xmlCleanupParser(); LM_DBG("successful\n"); return 1; @@ -312,7 +310,6 @@ int bla_process_body(publ_info_t *publ, str **fin_body, int ver, str **tuple) if(body) pkg_free(body); - xmlMemoryDump(); xmlCleanupParser(); return -1; } @@ -362,7 +359,6 @@ int reginfo_process_body( if(*fin_body == NULL) LM_DBG("NULL fin_body\n"); - xmlMemoryDump(); xmlCleanupParser(); LM_DBG("successful\n"); return 1; @@ -373,7 +369,6 @@ int reginfo_process_body( if(body) pkg_free(body); - xmlMemoryDump(); xmlCleanupParser(); 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!
