fix variout memory leaks

This commit is contained in:
2024-10-01 13:34:58 +03:00
parent 9ab7d1edff
commit 91ea5356fc
3 changed files with 5 additions and 2 deletions

View File

@ -181,7 +181,7 @@ void input_state_init(InputState *input) {
void input_state_deinit(InputState *input) {
shfree(input->action_hash);
input_reset_state(input);
}