XieFreeBits(3X) — Subroutines
Digital
NAME
XieFreeBits − This routine deallocates an image data array allocated using the XieCallocBits, XieMallocBits, and XieReallocBits routines.
C Format
null = XieFreeBits(ptr)
C Argument Information
unsigned char ∗null;
unsigned char ∗ptr;
RETURN VALUES
Returns a null pointer.
PARAMETERS
ptrThe ptr argument specifies the address of the image data array you want to deallocate.
DESCRIPTION
This routine deallocates an image data array allocated using the XieCallocBits, XieMallocBits, and XieReallocBits routines.
XIE Events and Error Messages
Protocol Messages: None
XIE event returned: None
XieLib errors: Returns a null if the routine cannot allocate the memory
XieServer errors: None