You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by stevedlawrence <gi...@git.apache.org> on 2017/11/29 16:52:09 UTC

[GitHub] incubator-daffodil pull request #10: Remove charsReadUntilDelim from Registe...

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 <sl...@apache.org>
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

----


---

[GitHub] incubator-daffodil pull request #10: Remove charsReadUntilDelim from Registe...

Posted by stevedlawrence <gi...@git.apache.org>.
Github user stevedlawrence closed the pull request at:

    https://github.com/apache/incubator-daffodil/pull/10


---