compile: fix memory leaks

This commit is contained in:
2026-05-30 19:52:24 +01:00
parent a30e76e525
commit 26b368a512
5 changed files with 56 additions and 6 deletions
+1
View File
@@ -72,5 +72,6 @@ enum bshell_status compile_expression(
compile_value_destroy(result);
}
compile_pop_state(ctx);
return BSHELL_SUCCESS;
}