MCPcopy Create free account
hub / github.com/SIPp/sipp / ~message

Method ~message

src/scenario.cpp:113–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113message::~message()
114{
115 delete pause_distribution;
116 free(pause_desc);
117 delete send_scheme;
118 free(recv_request);
119 free(recv_response);
120 if (regexp_compile != nullptr) {
121 regfree(regexp_compile);
122 }
123 delete regexp_compile;
124
125 free(display_str);
126 free(nextLabel);
127 free(onTimeoutLabel);
128
129 free(peer_dest);
130 free(peer_src);
131
132 delete M_actions;
133 delete M_sendCmdData;
134 free(recv_response_for_cseq_method_list);
135}
136
137/******** Global variables which compose the scenario file **********/
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected