MCPcopy 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
367static void jsonrpc_cmd_free(struct jsonrpc_cmd *cmd)
368{
369 shm_free(cmd->job);
370 pkg_free(cmd);
371}
372
373static void stream_con_free(struct stream_con *con)
374{

Callers 4

stream_con_freeFunction · 0.85
handle_cmd_replyFunction · 0.85
handle_write_jsonrpcFunction · 0.85
stream_cleanup_oldFunction · 0.85

Calls 1

shm_freeFunction · 0.85

Tested by

no test coverage detected