Deallocate the memory used by a navigator_invoke_specific_time_t structure.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_specific_time_destroy(navigator_invoke_specific_time_t *specific_time)
BlackBerry 10.3.0
The navigator_invoke_specific_time_t structure to deallocate.
This function deallocates memory used by a navigator_invoke_specific_time_t structure.
Use this function to deallocate memory used by a structure created by navigator_invoke_specific_time_create() is no longer in use. Failure to do so will result in memory leaks.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.