Skip to content

Commit

Permalink
fix memory leak
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
Jaklyy committed Jan 26, 2024
1 parent 152ae3c commit c68f229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/menuedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ void menuEditGX()

s32 cursor = 0;
menuInputs((struct MenuDat){&cursor, headers, entries, numcmds, InputsCommon});

free(entries);
}

void menuClearColor()
Expand Down

0 comments on commit c68f229

Please sign in to comment.