This commit is contained in:
favoritas37 2017-04-18 10:21:57 +03:00
commit a649f73406
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ void DecodedBitStreamParser::decodeBase256Segment(Ref<BitSource> bits, ostringst
byteSegments.push_back(bytes[i]);
result << (byte)bytes[i];
}
delete bytes;
}
}
}