summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2011-01-07 15:14:58 +0100
committersb <sb@openoffice.org>2011-01-07 15:14:58 +0100
commit0c949676d836385e1925d2ae6b50d597266fa38e (patch)
treea2cc16c4331a7c530cc25508ecb892e4988519cb /stoc
parentsb139: #i113686# let LRU_Cache::setValue nop after LRU_Cache::clear (so that ... (diff)
downloadcore-0c949676d836385e1925d2ae6b50d597266fa38e.tar.gz
core-0c949676d836385e1925d2ae6b50d597266fa38e.zip
sb139: #i113686# do not clear IdlReflectionServiceImpl::_x[TD]Mgr to avoid null pointer dereferentiation
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/corereflection/crefl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx
index 99019e959dfa..d3ebed762bac 100644
--- a/stoc/source/corereflection/crefl.cxx
+++ b/stoc/source/corereflection/crefl.cxx
@@ -179,8 +179,6 @@ void IdlReflectionServiceImpl::dispose()
MutexGuard aGuard( _aComponentMutex );
_aElements.clear();
- _xTDMgr.clear();
- _xMgr.clear();
#ifdef TEST_LIST_CLASSES
OSL_ENSURE( g_aClassNames.size() == 0, "### idl classes still alive!" );
ClassNameList::const_iterator iPos( g_aClassNames.begin() );