[sr-dev] git:mariusbucur/conference: removed redundant xmlCleanupParser. also the constant memory dumps.

Marius Ovidiu Bucur marius at marius-bucur.ro
Thu Aug 12 17:34:04 CEST 2010


Module: sip-router
Branch: mariusbucur/conference
Commit: 49b5be9faac6bbc22909b840a5383b3248f7bdcf
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49b5be9faac6bbc22909b840a5383b3248f7bdcf

Author: mariusbucur <marius at marius-bucur.ro>
Committer: mariusbucur <marius at marius-bucur.ro>
Date:   Thu Aug 12 18:03:43 2010 +0300

removed redundant xmlCleanupParser. also the constant memory dumps.

---

 modules_k/presence_conference/notify_body.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/modules_k/presence_conference/notify_body.c b/modules_k/presence_conference/notify_body.c
index 5631bf0..b1f2dcb 100644
--- a/modules_k/presence_conference/notify_body.c
+++ b/modules_k/presence_conference/notify_body.c
@@ -78,9 +78,6 @@ str* conf_agg_nbody(str* pres_user, str* pres_domain, str** body_array, int n, i
 		LM_ERR("while aggregating body\n");
 	}
 
-	xmlCleanupParser();
-	xmlMemoryDump();
-
 	return n_body;
 }	
 
@@ -230,9 +227,6 @@ str* agregate_xmls(str* pres_user, str* pres_domain, str** body_array, int n, in
 	if(xml_array!=NULL)
 		pkg_free(xml_array);
     
-	xmlCleanupParser();
-	xmlMemoryDump();
-
 	return body;
 
 error:




More information about the sr-dev mailing list