mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(frontend.c) Fix async job leak
This commit is contained in:
parent
9bb36cac38
commit
aa08f3ba58
@ -305,6 +305,11 @@ int rarch_main(int argc, char *argv[], void *data)
|
|||||||
main_exit(args);
|
main_exit(args);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_THREADS
|
||||||
|
async_job_free(global->async_jobs);
|
||||||
|
global->async_jobs = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user