compile: fix memory leaks
This commit is contained in:
@@ -72,5 +72,6 @@ enum bshell_status compile_expression(
|
||||
compile_value_destroy(result);
|
||||
}
|
||||
|
||||
compile_pop_state(ctx);
|
||||
return BSHELL_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user