You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by rafaelcoutinho <gi...@git.apache.org> on 2017/02/09 17:00:31 UTC

[GitHub] jena pull request #209: Close writers in NTtriple

GitHub user rafaelcoutinho reopened a pull request:

    https://github.com/apache/jena/pull/209

    Close writers in NTtriple

    Not sure why writers are not being closed in the Ntriple RDFWriter.
    
    I believe this is a good practice and (still under investigation) I suspect this is causing my application to have a memory leak (since I dump all the intermediary models on a server application).
    
    Let me know if this is acceptable and i can make the same change on the other RDFWriters.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rafaelcoutinho/jena master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/209.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 #209
    
----
commit 16c1be82aa9e72c4512d6066e6f54248b26c658b
Author: Rafael Coutinho <rc...@redhat.com>
Date:   2017-01-30T13:57:59Z

    Close writers in NTtriple

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---