Frees storage allocated for a Barcode Data array.
#include "ltbar.h"
L_LTBAR_API L_VOID L_BarCodeFree(ppBarCodeData)
Address of the pointer to the BARCODEDATA structure array. This function will free the array of BARCODEDATA structures allocated by L_BarCodeRead or L_BarCodeReadExt.
None.
Call this function to free the memory allocated by L_BarCodeRead or L_BarCodeReadExt.
This function should be called when your program no longer needs a barcode data array.
Win32, x64, Linux.
For an example, refer to L_BarCodeRead.