Skinny: release XML config

Fixes: reloadxml blocked
This commit is contained in:
Mathieu Parent 2010-04-08 22:59:31 +02:00
parent ca8ec66ed3
commit d3d50e6eb3

View File

@ -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;