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

Method ~SendingMessage

src/message.cpp:445–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445SendingMessage::~SendingMessage()
446{
447 for (int i = 0; i < numComponents(); i++) {
448 freeMessageComponent(messageComponents[i]);
449 }
450 free(method);
451}
452
453bool SendingMessage::isAck()
454{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected