credential_access_subject_release()

Release an access subject handle.

Synopsis:

#include <sys/credential/credential_policy.h>
 
void credential_access_subject_release(credential_access_subject_t **subject)

Since:

BlackBerry 10.3.1

Arguments:

subject

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 access subject handle to return resources to the system and avoid memory leakage.

Returns: