navigator_invoke_recurrence_rule_destroy()

Deallocate the memory used by a navigator_invoke_recurrence_rule_t structure.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_recurrence_rule_destroy(navigator_invoke_recurrence_rule_t *recurrence_rule)

Since:

BlackBerry 10.3.1

Arguments:

recurrence_rule

The navigator_invoke_recurrence_rule_t structure to deallocate.

Library:

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

Description:

This function deallocates memory used by a navigator_invoke_recurrence_rule_t structure. Use this function to deallocate memory used by structures created by navigator_invoke_recurrence_rule_create() that are no longer in use. Failure to do so will result in memory leaks.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.