You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Scott Cantor (JIRA)" <ji...@apache.org> on 2017/09/01 23:38:01 UTC

[jira] [Resolved] (SANTUARIO-449) TXFMOutputFile can try to close unopened stream

     [ https://issues.apache.org/jira/browse/SANTUARIO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor resolved SANTUARIO-449.
------------------------------------
    Resolution: Fixed

r1807017

> TXFMOutputFile can try to close unopened stream
> -----------------------------------------------
>
>                 Key: SANTUARIO-449
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-449
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.7.0, C++ 1.7.1, C++ 1.7.2, C++ 1.7.3
>            Reporter: Ferenc Wágner
>            Assignee: Scott Cantor
>             Fix For: C++ 2.0.0
>
>
> Indentation suggests this branch misses a pair of braces:
> {code:title=xsec/transformers/TXFMOutputFile.cpp:39}
>     if (f.is_open())
>         f.write("\n----- END -----\n", 17);
>         f.close();
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)