credential_query_result_release()

Release a structure that represents an credential query result.

Synopsis:

#include <sys/credential/credential_store.h>
 
void credential_query_result_release(credential_query_result_t **result)

Since:

BlackBerry 10.3.1

Arguments:

result

The handle to release.

Library:

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

Description:

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

Returns: