diff options
Diffstat (limited to 'src/runtime/python')
| -rw-r--r-- | src/runtime/python/pypgf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
