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

Function my_data_destroy

tests/tools/plugins/tunnel_transform.cc:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void
59my_data_destroy(MyData *data)
60{
61 if (data) {
62 if (data->output_buffer) {
63 TSIOBufferDestroy(data->output_buffer);
64 }
65 TSfree(data);
66 }
67}
68
69static void
70handle_transform(TSCont contp, bool forward)

Callers 1

null_transformFunction · 0.70

Calls 2

TSIOBufferDestroyFunction · 0.85
TSfreeFunction · 0.85

Tested by

no test coverage detected