credential_iterator_release()

Release an credential iterator handle.

Synopsis:

#include <sys/credential/credential_store.h>
 
void credential_iterator_release(credential_iterator_t **iter)

Since:

BlackBerry 10.3.1

Arguments:

iter

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 iterator and credentials stored in the iterator.

This is done to return resources to the system and to avoid memory leakage.

Returns: