MCPcopy Create free account
hub / github.com/apache/trafficserver / RecMessageFree

Function RecMessageFree

src/records/RecMessage.cc:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60//-------------------------------------------------------------------------
61
62int
63RecMessageFree(RecMessage *msg)
64{
65 ats_free(msg);
66 return REC_ERR_OKAY;
67}
68
69//-------------------------------------------------------------------------
70// RecMessageMarshal_Realloc

Callers 1

RecSyncStatsFileFunction · 0.85

Calls 1

ats_freeFunction · 0.85

Tested by

no test coverage detected