zcsizmadia commented on code in PR #2439:
URL: https://github.com/apache/avro/pull/2439#discussion_r1293513432
##########
lang/csharp/src/apache/main/Specific/SpecificReader.cs:
##########
@@ -130,20 +130,22 @@ protected override object ReadRecord(object reuse,
RecordSchema writerSchema, Sc
}
}
- var defaultStream = new MemoryStream();
Review Comment:
Similar code like this is in GenericReader and PreresolvingDatumReader. If
SpecificReader fixes the MemoryStream leak, those others should be fixed as
well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]