Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_spool_free
Function
xode_spool_free
modules/xmpp/xode_str.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void xode_spool_free(xode_spool s)
39
{
40
xode_pool_free(xode_spool_getpool(s));
41
}
42
43
xode_spool xode_spool_newfrompool(xode_pool p)
44
{
Callers
nothing calls this directly
Calls
2
xode_pool_free
Function · 0.70
xode_spool_getpool
Function · 0.70
Tested by
no test coverage detected