commit 976935fe095c27d6d68b5c45d67200dee2bddea0
parent d1420805d76d6374e32d82b86911f048a50d516b
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Mon, 1 May 2023 23:17:39 -0400
step: unfix memory leak.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/mumble b/mumble
Binary files differ.
diff --git a/src/mumble.c b/src/mumble.c
@@ -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);