Skip to content

TDataMatrixReader.decode bug when use TDecodeHintType.PURE_BARCODE #152

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXing.Datamatrix.DataMatrixReader
line: 126

current:

bits.Free;

shoul be:

FreeAndNil(bits);

or remove lines: 116,170,171

Bits:=nil;

    if Assigned(bits) then
      FreeAndNil(bits);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions