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 'moses-cmd/TranslationTask.h')
-rw-r--r--moses-cmd/TranslationTask.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/moses-cmd/TranslationTask.h b/moses-cmd/TranslationTask.h
index 84a6a8bf5..05b257a6a 100644
--- a/moses-cmd/TranslationTask.h
+++ b/moses-cmd/TranslationTask.h
@@ -34,9 +34,7 @@ public:
bool outputSearchGraphSLF,
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > hypergraphOutput);
- ~TranslationTask() {
- delete m_source;
- }
+ ~TranslationTask();
/** Translate one sentence
* gets called by main function implemented at end of this source file */