MCPcopy Create free account
hub / github.com/apache/trafficserver / ~S3Config

Method ~S3Config

plugins/origin_server_auth/origin_server_auth.cc:210–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 ~S3Config()
211 {
212 _secret_len = _keyid_len = _token_len = 0;
213 TSfree(_secret);
214 TSfree(_keyid);
215 TSfree(_token);
216 TSfree(_conf_fname);
217 if (_conf_rld_act) {
218 TSActionCancel(_conf_rld_act);
219 }
220 if (_conf_rld) {
221 TSContDestroy(_conf_rld);
222 }
223 if (_cont) {
224 TSContDestroy(_cont);
225 }
226 }
227
228 // This handles the hoops needed to safely delete the special
229 // plugin level instance of this class.

Callers

nothing calls this directly

Calls 3

TSfreeFunction · 0.85
TSActionCancelFunction · 0.85
TSContDestroyFunction · 0.85

Tested by

no test coverage detected