MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / free_credentials

Function free_credentials

parser/digest/digest.c:91–95  ·  view source on GitHub ↗

* Free all memory */

Source from the content-addressed store, hash-verified

89 * Free all memory
90 */
91void free_credentials(auth_body_t** _b)
92{
93 pkg_free(*_b);
94 *_b = 0;
95}
96
97
98/*

Callers 2

clean_hdr_fieldFunction · 0.85
parse_credentialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected