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

Releases the memory that has been allocated by a previous call to one of the analyze functions.

Declaration:

Copy Code
BX_Status BX_free_analyze_result(BX_AnalyzeResult* result);

Member:

result A pointer to the BX_AnalyzeResult structure whose members were allocated during an analyze function is released.