credential_release()

Release an credential handle.

Synopsis:

#include <sys/credential/credential_store.h>
 
void credential_release(credential_t **cred)

Since:

BlackBerry 10.3.1

Arguments:

cred

The handle to release.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

This function releases an credential handle to return resources to the system and avoid memory leakage.

Returns: