Skip to content

Commit

Permalink
FREE DENNIS
Browse files Browse the repository at this point in the history
  • Loading branch information
computermouth committed Nov 5, 2023
1 parent 5083162 commit 686ecfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ int main(int argc, char* argv[]) {
text_free_surface(c1k3);
if (dq)
text_free_surface(dq);
if (dennis)
text_free_surface(dennis);
if (demon)
free(demon);
}

// perform based on state
Expand Down

0 comments on commit 686ecfd

Please sign in to comment.