re_freeimage()

extern KADMOS_ERROR KADMOS_API re_freeimage(ReImageHandle imagehandle);
    

Parameter:

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

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

The under the imagehandle allocated memory will be freed.

Reference: