mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-05 22:31: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;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user