Skip to content

Commit 9927ac2

Browse files
authored
Resolve maint-c post merge shutdown issue (#2872)
1 parent 38c684b commit 9927ac2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

indra/llwindow/llwindowwin32.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,11 +4576,9 @@ inline LLWindowWin32::LLWindowWin32Thread::LLWindowWin32Thread()
45764576

45774577
void LLWindowWin32::LLWindowWin32Thread::close()
45784578
{
4579-
if (!mQueue->isClosed())
4579+
if (mWindowHandleThrd)
45804580
{
45814581
LL_WARNS() << "Closing window thread without using destroy_window_handler" << LL_ENDL;
4582-
LL::ThreadPool::close();
4583-
45844582
// Workaround for SL-18721 in case window closes too early and abruptly
45854583
LLSplashScreen::show();
45864584
LLSplashScreen::update("..."); // will be updated later

0 commit comments

Comments
 (0)