finalize: ensure *entries is initialized to NULL

This commit is contained in:
Ian Burgwin
2021-07-08 07:34:07 -07:00
parent adccac9ee7
commit 653569093d

View File

@@ -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;