fix: memory leak.

This commit is contained in:
NunoSempere 2023-05-01 21:47:18 -04:00
parent f66aa8738f
commit df554a1bc3

View File

@ -425,6 +425,7 @@ int main(int argc, char** argv)
printf("\n");
}
delete_lispval(l);
delete_lispval(result);
} else {
/* Otherwise Print the Error */
mpc_err_print(result.error);