Skip to content

Commit

Permalink
console: Free input str
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Dec 3, 2024
1 parent bc8329d commit 77c707f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/console/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ void console_close(void) {
surface_free(&con->background2);
list_free(&con->history);
hashmap_free(&con->cmds);
str_free(&con->input);
omf_free(con);
}

Expand Down

0 comments on commit 77c707f

Please sign in to comment.