Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ fixup_free_proxy
Function
fixup_free_proxy
modules/tm/tm.c:655–660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
653
}
654
655
static int fixup_free_proxy(void **param)
656
{
657
free_proxy(*param);
658
pkg_free(*param);
659
return 0;
660
}
661
662
663
static int fixup_reply_code(void **param)
Callers
nothing calls this directly
Calls
1
free_proxy
Function · 0.85
Tested by
no test coverage detected