mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
finalize: ensure *entries is initialized to NULL
This commit is contained in:
@@ -227,7 +227,7 @@ void finalize_install(void)
|
|||||||
Result res;
|
Result res;
|
||||||
Handle ticketHandle;
|
Handle ticketHandle;
|
||||||
struct ticket_dumb ticket_buf;
|
struct ticket_dumb ticket_buf;
|
||||||
struct finish_db_entry_final *entries;
|
struct finish_db_entry_final *entries = NULL;
|
||||||
int title_count;
|
int title_count;
|
||||||
|
|
||||||
u32 titles_read;
|
u32 titles_read;
|
||||||
|
|||||||
Reference in New Issue
Block a user