From: GitHub <no...@gi...> - 2012-12-21 10:54:33
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: ce1b650b53750d13147bace099f3fedf787d6236 https://github.com/moses-smt/mosesdecoder/commit/ce1b650b53750d13147bace099f3fedf787d6236 Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-20 (Thu, 20 Dec 2012) Changed paths: M mert/sentence-bleu.cpp Log Message: ----------- Fix memory leak. The object was allocated with new, but it was not deleted. This may not be a serious problem because the program mostly runs a short time. However, it is not a good practice. Commit: 4f0d3c2032d3f7e5da639b237130e8ab202d7d93 https://github.com/moses-smt/mosesdecoder/commit/4f0d3c2032d3f7e5da639b237130e8ab202d7d93 Author: Hieu Hoang <fis...@gm...> Date: 2012-12-20 (Thu, 20 Dec 2012) Changed paths: M mert/sentence-bleu.cpp Log Message: ----------- Merge branch 'master' into weight-new Compare: https://github.com/moses-smt/mosesdecoder/compare/efbc8bb6c47c...4f0d3c2032d3 |