office-gobmx/framework
Michael Stahl 48c6f4e088 framework: avoid crashing in ~HandlerCFGAccess() in atexit()
Commit d587931fba changed
HandlerCache::s_pConfig to a unique_ptr, which may now crash on
shutdown because it's a utl::ConfigItem and by atexit() time the
configmgr is long gone.

Due to the HandlerCache::m_nRefCount, the crash probably only happens
in case of an unclean shutdown, but we don't know whether this can
happen in practice or not, so just avoid crashing on shutdown.

Change-Id: Ifd2b782aa5592c344d1bc85acaa434c3f2a69b60
Reviewed-on: https://gerrit.libreoffice.org/67029
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-01-29 12:19:57 +01:00
..
dtd
inc framework: avoid crashing in ~HandlerCFGAccess() in atexit() 2019-01-29 12:19:57 +01:00
qa tdf#45904 Move XPropertySet Java tests to C++ 2019-01-29 07:08:44 +01:00
source framework: avoid crashing in ~HandlerCFGAccess() in atexit() 2019-01-29 12:19:57 +01:00
uiconfig/startmodule/menubar
util
AllLangMoTarget_fwk.mk
CppunitTest_framework_dispatch.mk
JunitTest_framework_complex.mk
JunitTest_framework_unoapi.mk
Library_fwe.mk
Library_fwi.mk
Library_fwk.mk
Library_fwl.mk
Library_fwm.mk
Makefile
Module_framework.mk
Package_dtd.mk
README
UIConfig_startmodule.mk

Toolbars, menus, UNO stuff, including accelerators and interaction, etc.

See also:
http://wiki.openoffice.org/wiki/Framework