From ae1512c926e364f41bae3beaa11a767295caece3 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 12 Mar 2014 15:36:40 +0000 Subject: compute the right word probability --- src/runtime/python/pypgf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/python/pypgf.c') diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c index 63df93217..f8abe6670 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -1515,7 +1515,7 @@ Concr_bracketedLinearize(ConcrObject* self, PyObject *args) state.funcs = &pgf_bracket_lin_funcs; state.stack = gu_new_buf(PyObject*, tmp_pool); state.list = list; - pgf_lzr_linearize(self->concr, ctree, 0, &state.funcs); + pgf_lzr_linearize(self->concr, ctree, 0, &state.funcs, tmp_pool); gu_pool_free(tmp_pool); -- cgit v1.2.3