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