mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
Close hypergraph output files.
This commit is contained in:
parent
3013227385
commit
8573a66da0
@ -332,6 +332,10 @@ public:
|
|||||||
m_searchGraphSLFStream->close();
|
m_searchGraphSLFStream->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_searchGraphHypergraphStream) {
|
||||||
|
m_searchGraphHypergraphStream->close();
|
||||||
|
}
|
||||||
|
|
||||||
delete m_searchGraphSLFStream;
|
delete m_searchGraphSLFStream;
|
||||||
delete m_searchGraphHypergraphStream;
|
delete m_searchGraphHypergraphStream;
|
||||||
delete m_source;
|
delete m_source;
|
||||||
|
Loading…
Reference in New Issue
Block a user