Barcode Xpress for Linux v13.4 - Updated
BX_free_dib
API Reference > Barcode Component API Reference > Barcode Component Functions Reference > BX_free_dib

Releases the memory that has been allocated by a previous call to create a dib function.

Declaration:

Copy Code
BX_Status BX_free_dib(void** dib);

Arguments:

dib A pointer to a bitmap structure to release.