credential_query_release()

Release a structure that represents an credential query.

Synopsis:

#include <sys/credential/credential_store.h>
 
void credential_query_release(credential_query_t **query)

Since:

BlackBerry 10.3.1

Arguments:

query

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: