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:
authorHieu Hoang <hieu@hoang.co.uk>2013-07-04 19:07:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-04 19:07:24 +0400
commited6b5add670f2000548bdf3d2ae166be92c1b531 (patch)
tree997114bbd2a4b0e2a651e7c92890443964902c11
parentf0dc30f25ab318535e92f2b7520a9ed2f0c6da77 (diff)
free objects
-rw-r--r--moses/TranslationOptionCollection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TranslationOptionCollection.cpp b/moses/TranslationOptionCollection.cpp
index 1c1ec262a..7bcad4464 100644
--- a/moses/TranslationOptionCollection.cpp
+++ b/moses/TranslationOptionCollection.cpp
@@ -76,6 +76,7 @@ TranslationOptionCollection::TranslationOptionCollection(
TranslationOptionCollection::~TranslationOptionCollection()
{
RemoveAllInColl(m_unksrcs);
+ RemoveAllInColl(m_phraseDictionaryQueue);
}
void TranslationOptionCollection::Prune()