mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-13 03:16:40 +00:00
fixed memory leak at DataMatrix decoding
This commit is contained in:
parent
e3152c2e3e
commit
02d8e6b6ff
@ -410,6 +410,7 @@ void DecodedBitStreamParser::decodeBase256Segment(Ref<BitSource> bits, ostringst
|
||||
byteSegments.push_back(bytes[i]);
|
||||
result << (byte)bytes[i];
|
||||
}
|
||||
delete bytes;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user