impress195: #i113720# Break cyclic dependency between DrawController and ModuleController.

This commit is contained in:
Andre Fischer<andre.f.fischer
2010-08-09 15:34:32 +02:00
parent c29298b900
commit c8125819e1

View File

@@ -143,6 +143,10 @@ ModuleController::~ModuleController (void) throw()
void SAL_CALL ModuleController::disposing (void) void SAL_CALL ModuleController::disposing (void)
{ {
// Break the cyclic reference back to DrawController object
mpLoadedFactories.reset();
mpResourceToFactoryMap.reset();
mxController.clear();
} }