valgrind: leak. Break circular dependency

This commit is contained in:
Caolán McNamara
2011-05-16 20:54:56 +01:00
parent 639f9c682b
commit 71a8261afd

View File

@@ -605,6 +605,7 @@ void SAL_CALL SpellChecker::dispose()
bDisposing = sal_True;
EventObject aEvtObj( (XSpellChecker *) this );
aEvtListeners.disposeAndClear( aEvtObj );
xPropHelper.clear();
}
}