_plug_free_secret
void _plug_free_secret(const sasl_utils_t *utils, sasl_secret_t **secret);
if (sec) _plug_free_secret(sparams->utils, &sec);
if (free_password) _plug_free_secret(params-> utils, &password);
_plug_free_secret(sparams->utils, &sec);
_plug_free_secret(sparams->utils, &sec);
_plug_free_secret(params->utils, &ctext->password);
if (ctext->free_password) _plug_free_secret(utils, &ctext->password);
_plug_free_secret(params->utils, &password);
_plug_free_secret(params->utils, &password);
_plug_free_secret(params->utils, &password);
if (text->free_password) _plug_free_secret(utils, &(text->password));
if (free_password) _plug_free_secret(params->utils, &password);