Skip to content

Commit

Permalink
finalize: ensure *entries is initialized to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Jul 8, 2021
1 parent adccac9 commit 6535690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalize/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void finalize_install(void)
Result res;
Handle ticketHandle;
struct ticket_dumb ticket_buf;
struct finish_db_entry_final *entries;
struct finish_db_entry_final *entries = NULL;
int title_count;

u32 titles_read;
Expand Down

0 comments on commit 6535690

Please sign in to comment.