vcl/source/app/svmain.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit b581b8e507107c7a7dfaccc498878d714631ad3a Author: Bjoern Michaelsen <bjoern.michael...@canonical.com> Date: Tue Apr 12 23:23:51 2016 +0200
lp#1560328: clear cache before disposing rest of VCL Change-Id: Iac325cf934953c61cb4dbbb67cfbab1777dc45cc Reviewed-on: https://gerrit.libreoffice.org/24038 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michael...@canonical.com> diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index e2e2ffd..bc0cbec 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -348,6 +348,9 @@ VCLUnoWrapperDeleter::disposing(lang::EventObject const& /* rSource */) void DeInitVCL() { ImplSVData* pSVData = ImplGetSVData(); + // lp#1560328: clear cache before disposing rest of VCL + if(pSVData->mpBlendFrameCache) + pSVData->mpBlendFrameCache->m_aLastResult.Clear(); pSVData->mbDeInit = true; vcl::DeleteOnDeinitBase::ImplDeleteOnDeInit();
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits