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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
commit9643043cb793530d0dc285eb3b355bf06e116c71 (patch)
tree1ef520414671f02cd1ae60c6ea32d2b0690b6a96 /moses/HypothesisStackCubePruning.cpp
parentc47f24c539456259a194412d7383c9ee5861f538 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/HypothesisStackCubePruning.cpp')
-rw-r--r--moses/HypothesisStackCubePruning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/HypothesisStackCubePruning.cpp b/moses/HypothesisStackCubePruning.cpp
index 188b4f591..7a18c5ba5 100644
--- a/moses/HypothesisStackCubePruning.cpp
+++ b/moses/HypothesisStackCubePruning.cpp
@@ -136,7 +136,7 @@ bool HypothesisStackCubePruning::AddPrune(Hypothesis *hypo)
if (m_nBestIsEnabled) {
hypoExisting->AddArc(hypo);
} else {
- delete hypo;
+ delete hypo;
}
return false;
}