Close hypergraph output files.

This commit is contained in:
Lane Schwartz 2013-03-04 09:15:46 -05:00
parent 3013227385
commit 8573a66da0

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;