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

Method ~CCallVariable

src/variables.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176CCallVariable::~CCallVariable()
177{
178 if(M_matchingValue != nullptr) {
179 delete [] M_matchingValue;
180 }
181 M_matchingValue = nullptr;
182 free(M_stringValue);
183}
184
185#define LEVEL_BITS 8
186

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected