Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfnty committed Jul 20, 2023
1 parent 631e5ed commit 1a29501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v1

- name: Configuring CMake
run: make cnofigure
run: make configure

- name: Building
run: make build
Expand Down
2 changes: 1 addition & 1 deletion src/game/states/gameplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ static void _gameplay_state_exit(game_state_t* state, game_t* game) {
kv_destroy(gameplay->pipes);
kv_init(gameplay->pipes);

// memset(gameplay, 0, sizeof(*gameplay));
free(state->data);
memset(gameplay, 0, sizeof(*gameplay));
}

game_state_t gameplay_state_create() {
Expand Down

0 comments on commit 1a29501

Please sign in to comment.