MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / xode_free

Function xode_free

modules/xmpp/xode.c:799–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799void xode_free(xode node)
800{
801 if(node == NULL)
802 return;
803
804 xode_pool_free(node->p);
805}
806
807
808void

Callers 9

xode_from_strFunction · 0.70
xode_from_fileFunction · 0.70
stream_node_callbackFunction · 0.70
_xode_stream_cleanupFunction · 0.70
conn_freeFunction · 0.70
xode_send_domainFunction · 0.70
out_stream_node_callbackFunction · 0.70
in_stream_node_callbackFunction · 0.70

Calls 1

xode_pool_freeFunction · 0.70

Tested by

no test coverage detected