mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-17 08:32:07 +00:00
Remove double-free
This was previously released at uc_close ../uc.c:286 if (uc->release) uc->release(uc->tcg_ctx); Which effectively does: object_unref(uc, OBJECT(uc->root));
This commit is contained in:
parent
8932463f9d
commit
9f94191a64
Loading…
Reference in a new issue