From: Mathieu Parent Date: Thu, 8 Apr 2010 20:59:31 +0000 (+0200) Subject: Skinny: release XML config X-Git-Tag: git2svn-syncpoint-master~238^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d50e6eb38b6d02e31249c2b5ca96399f65b51f;p=thirdparty%2Ffreeswitch.git Skinny: release XML config Fixes: reloadxml blocked --- diff --git a/src/mod/endpoints/mod_skinny/skinny_protocol.c b/src/mod/endpoints/mod_skinny/skinny_protocol.c index ec7ba83353..2c96022bee 100644 --- a/src/mod/endpoints/mod_skinny/skinny_protocol.c +++ b/src/mod/endpoints/mod_skinny/skinny_protocol.c @@ -1478,6 +1478,9 @@ switch_status_t skinny_handle_register(listener_t *listener, skinny_message_t *r } } } + if (xroot) { + switch_xml_free(xroot); + } status = SWITCH_STATUS_SUCCESS;