impress195: #i113720# Break cyclic dependency between DrawController and ModuleController.
This commit is contained in:
parent
c29298b900
commit
c8125819e1
@ -143,6 +143,10 @@ ModuleController::~ModuleController (void) throw()
|
||||
|
||||
void SAL_CALL ModuleController::disposing (void)
|
||||
{
|
||||
// Break the cyclic reference back to DrawController object
|
||||
mpLoadedFactories.reset();
|
||||
mpResourceToFactoryMap.reset();
|
||||
mxController.clear();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user