Skip to content

Commit

Permalink
finalize: remove useless frees
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Jul 8, 2021
1 parent 6535690 commit 8c60eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions finalize/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,13 @@ void finalize_install(void)

if (R_FAILED(res))
{
free(entries);
return;
}

res = AM_GetTicketCount(&tickets_read);

if (R_FAILED(res))
{
free(entries);
return;
}

Expand Down

0 comments on commit 8c60eec

Please sign in to comment.