Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ free_sdp_ops
Function
free_sdp_ops
sdp_ops.c:1677–1686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1675
1676
1677
void free_sdp_ops(struct sdp_body_part_ops *ops)
1678
{
1679
if (!ops)
1680
return;
1681
1682
free_sdp_ops_lines(ops);
1683
pkg_free(ops->sdp.s);
1684
pkg_free(ops->rebuilt_sdp.s);
1685
pkg_free(ops);
1686
}
Callers
1
free_sip_msg
Function · 0.85
Calls
1
free_sdp_ops_lines
Function · 0.85
Tested by
no test coverage detected