krb5_free_cred_contents -  Free the contents of a krb5_creds structure. 
========================================================================

..

.. c:function:: void krb5_free_cred_contents(krb5_context context, krb5_creds * val)

..


:param:

	          **[in]** **context** - Library context

	          **[in]** **val** - Credential structure to free contents of


..



..







This function frees the contents of *val* , but not the structure itself.






..





