fix: double free message from armature lock (#745)

Closes: #741
This commit is contained in:
bd_ 2024-03-08 00:59:13 -08:00 committed by GitHub
parent f7e574654f
commit fcc3752bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,7 @@ namespace nadena.dev.modular_avatar.core.armature_lock
{
// Initial setup failed; roll things back
job.IsValid = false;
RemoveJob(job);
job.Dispose();
}
}