mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 00:45:40 +00:00
memleak: missing from refactoring
This commit is contained in:
parent
6b9f17f2f7
commit
117a318188
|
@ -52,6 +52,7 @@ static void release_common(void *t)
|
|||
phys_mem_clean(s->uc);
|
||||
address_space_destroy(&(s->uc->as));
|
||||
memory_free(s->uc);
|
||||
tb_cleanup(s->uc);
|
||||
|
||||
#if TCG_TARGET_REG_BITS == 32
|
||||
for(i = 0; i < s->nb_globals; i++) {
|
||||
|
|
Loading…
Reference in a new issue