diff options
Diffstat (limited to 'python/cdec')
| -rw-r--r-- | python/cdec/mteval.pxi | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/python/cdec/mteval.pxi b/python/cdec/mteval.pxi index 436a1e01..777ff55a 100644 --- a/python/cdec/mteval.pxi +++ b/python/cdec/mteval.pxi @@ -27,6 +27,9 @@ cdef class SufficientStats:      cdef mteval.SufficientStats* stats      cdef mteval.EvaluationMetric* metric +    def __cinit__(self): +        self.stats = new mteval.SufficientStats() +      def __dealloc__(self):          del self.stats | 
