step: unfix memory leak.

This commit is contained in:
NunoSempere 2023-05-01 23:17:39 -04:00
parent d1420805d7
commit 976935fe09
2 changed files with 1 additions and 1 deletions

BIN
mumble

Binary file not shown.

View File

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