X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fnum_exp.c;h=aba528853b6ec4f7208ee8c18089d3365bb20106;hb=f74ce3f29e2dadd9f839c33ad5292e56e9203efd;hp=65a3a5b8bfa66e7fa410db57084dc95acecc223d;hpb=3b0b651ea1b555d8d023e45b43e5eb93b23d00a1;p=m6w6%2Fext-psi diff --git a/src/types/num_exp.c b/src/types/num_exp.c index 65a3a5b..aba5288 100644 --- a/src/types/num_exp.c +++ b/src/types/num_exp.c @@ -494,6 +494,9 @@ token_t psi_num_exp_exec(struct psi_num_exp *exp, impl_val *res, } } + psi_plist_free(output); + psi_plist_free(input); + *res = entry.data.value; return entry.type; }