X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fnum_exp.c;h=aba528853b6ec4f7208ee8c18089d3365bb20106;hp=65a3a5b8bfa66e7fa410db57084dc95acecc223d;hb=faf50f3b8be117e5cc1401e9ee019742164ac0c7;hpb=a887001351f8c6c963b2ff0fcd64d71b439c3d79 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; }