kern: KAutoObject destruction is now scheduled for next dpc-time

This commit is contained in:
Michael Scire
2021-04-07 13:38:51 -07:00
committed by SciresM
parent 15956fcf9a
commit 4407237f5b
7 changed files with 94 additions and 18 deletions

View File

@@ -83,6 +83,9 @@ namespace ams::kern {
/* Do the task. */
task->DoTask();
/* Destroy any objects we may need to close. */
m_thread->DestroyClosedObjects();
}
}