re_freeimage()

extern XXX_ERROR XXX_API re_freeimage(ReImageHandle imagehandle);
    

Parameter:

imagehandle
Handle of an image, allocated by a XXX function.

Return value:

RE_SUCCESS or XXX error type.

Comment:

The under the imagehandle allocated memory will be freed.

Reference: