kern: KAutoObject destruction is now scheduled for next dpc-time
This commit is contained in:
@@ -83,6 +83,9 @@ namespace ams::kern {
|
||||
|
||||
/* Do the task. */
|
||||
task->DoTask();
|
||||
|
||||
/* Destroy any objects we may need to close. */
|
||||
m_thread->DestroyClosedObjects();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user