Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp')
-rw-r--r--moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp b/moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp
index a37f5b778..a7edd3f84 100644
--- a/moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp
+++ b/moses2/TranslationModel/Dynamic/DynamicPhraseTable.cpp
@@ -48,7 +48,7 @@ DynamicPhraseTable::DynamicPhraseTable(size_t startInd, const std::string &line)
DynamicPhraseTable::~DynamicPhraseTable()
{
- //delete m_rootPb;
+ m_rootPb.CleanNode();
}
void DynamicPhraseTable::CreatePTForInput(const ManagerBase &mgr, string phraseTableString)