Kaydet (Commit) 212ea275 authored tarafından Mike Kaganski's avatar Mike Kaganski

tdf#118573: Acquire solar mutex when calling Application::Reschedule

Change-Id: I252973ad5902738c2bb684f6bb70bc4c46500bae
Reviewed-on: https://gerrit.libreoffice.org/62873Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 17d6c697
......@@ -5686,7 +5686,10 @@ static LRESULT CALLBACK SalFrameWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LP
// messages in the message queue and dispatch them before we return control to the system.
if ( nRet )
{
SolarMutexGuard aGuard;
while ( Application::Reschedule( true ) );
}
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment