Cancel emerge callbacks on shutdown

This commit is contained in:
Jude Melton-Houghton 2022-01-22 18:56:17 -05:00 committed by GitHub
parent 95a775cd3a
commit 1b2176a426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -724,6 +724,8 @@ void *EmergeThread::run()
m_server->setAsyncFatalError(err.str());
}
cancelPendingItems();
END_DEBUG_EXCEPTION_HANDLER
return NULL;
}