fss: save fss0 for being able to free it if error

Also do not free secmon/kernel in case it's from fss
This commit is contained in:
CTCaer
2024-03-27 09:36:08 +02:00
parent 622f7124ac
commit c021aef9b0
3 changed files with 6 additions and 6 deletions

View File

@@ -209,6 +209,8 @@ int parse_fss(launch_ctxt_t *ctxt, const char *path)
gfx_printf("Done!\n");
f_close(&fp);
ctxt->fss0 = fss;
// Update r2p if needed.
_fss_update_r2p();