Destroy an image.
#include "bbmsp/bbmsp_util.h"
BBMSP_API int bbmsp_image_destroy(bbmsp_image_t **image)
BlackBerry 10.0.0
A pointer to the image to destroy.
Destroys the bbmsp_image_t that represents the image and frees up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.