GitHub user stevedlawrence opened a pull request:
https://github.com/apache/incubator-daffodil/pull/10
Remove charsReadUntilDelim from Registers
This field is not used and currently creates a memory leak since it is
never reset and frequently appended to. Since it is not used, just remove
it.
DAFFODIL-1867
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stevedlawrence/incubator-daffodil
daffodil-1867-memleak
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-daffodil/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit e73c05d042488beebcc9b13185a6e0184d275e9f
Author: Steve Lawrence <[email protected]>
Date: 2017-11-29T16:42:21Z
Remove charsReadUntilDelim from Registers
This field is not used and currently creates a memory leak since it is
never reset and frequently appended to. Since it is not used, just remove
it.
DAFFODIL-1867
----
---