142d3ec875
Erasing from data_ member maps can destroy contained Implementations, which in turn releases the UNO objects referenced from there, which in turn can cause XComponents to dispose, which in turn can call arbitrary code, so must not be done with rMutex locked. Witness the backtrace at <https://bugs.freedesktop.org/attachment.cgi?id=65142> linked from fdo#52639 (where this fix appears otherwise unrelated to that issue's main topic). Change-Id: If55a3841b761ec1d9a0ef61fe54784426c4ee442 |
||
---|---|---|
.. | ||
inc/cppuhelper | ||
prj | ||
qa | ||
source | ||
test | ||
unotypes/cppuhelper/detail | ||
CppunitTest_cppuhelper_checkapi.mk | ||
CppunitTest_cppuhelper_cppu_ifcontainer.mk | ||
CppunitTest_cppuhelper_cppu_unourl.mk | ||
CppunitTest_cppuhelper_qa_weak.mk | ||
CustomTarget_cppuhelper_allheaders.mk | ||
InternalUnoApi_cppuhelper.mk | ||
Library_cppuhelper.mk | ||
Makefile | ||
Module_cppuhelper.mk | ||
Package_findsofficepath.mk | ||
Package_inc.mk | ||
Package_unorc.mk | ||
README |
Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running. See also: [http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]