Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ jsonrpc_cmd_free
Function
jsonrpc_cmd_free
modules/event_stream/stream_send.c:367–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
static void jsonrpc_cmd_free(struct jsonrpc_cmd *cmd)
368
{
369
shm_free(cmd->job);
370
pkg_free(cmd);
371
}
372
373
static void stream_con_free(struct stream_con *con)
374
{
Callers
4
stream_con_free
Function · 0.85
handle_cmd_reply
Function · 0.85
handle_write_jsonrpc
Function · 0.85
stream_cleanup_old
Function · 0.85
Calls
1
shm_free
Function · 0.85
Tested by
no test coverage detected