Module: sip-router Branch: mariusbucur/conference Commit: 49b5be9faac6bbc22909b840a5383b3248f7bdcf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49b5be9f...
Author: mariusbucur marius@marius-bucur.ro Committer: mariusbucur marius@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: