MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > e) Image Functions > leImage_Free Function
MPLAB® Harmony Graphics Suite
leImage_Free Function

Frees an image buffer that was allocated using leImage_Allocate.

C
LIB_EXPORT leResult leImage_Free(
    leImage* img
);
Parameters
Parameters 
Description 
leImage* img 
the image to free 
MPLAB® Harmony Graphics Suite