Merge branch 'master' of github.com:moses-smt/mosesdecoder

This commit is contained in:
Christian Buck 2013-03-04 15:31:18 +00:00
commit 63e78e3b52

View File

@ -332,6 +332,10 @@ public:
m_searchGraphSLFStream->close();
}
if (m_searchGraphHypergraphStream) {
m_searchGraphHypergraphStream->close();
}
delete m_searchGraphSLFStream;
delete m_searchGraphHypergraphStream;
delete m_source;