summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-03-27 17:50:55 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-03-27 17:50:55 +0500
commita163ba398e760792570f01de7b62d3a3a133931c (patch)
tree32c3cf355732b13425c2d8807b120c9a6dfc7895
parentRevert "Introduce a guard to delay processing of idles" (diff)
downloadcore-a163ba398e760792570f01de7b62d3a3a133931c.tar.gz
core-a163ba398e760792570f01de7b62d3a3a133931c.zip
Revert "Process pending events before ImplDeleteOnDeInit"
This reverts commit a1dcf14f70f676cce856381c00e0c5035cfedeb1.
-rw-r--r--vcl/source/app/svmain.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index a6dc00dcd9e9..7c5505f364cb 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -440,9 +440,6 @@ void DeInitVCL()
pSVData->mpBlendFrameCache->m_aLastResult.Clear();
pSVData->mbDeInit = true;
- // Some events may need to access objects destroyed in ImplDeleteOnDeInit, so process them first
- Scheduler::ProcessEventsToIdle();
-
vcl::DeleteOnDeinitBase::ImplDeleteOnDeInit();
#if OSL_DEBUG_LEVEL > 0