mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-02-26 01:14:24 +01: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