Kaydet (Commit) 71a8261a authored tarafından Caolán McNamara's avatar Caolán McNamara

valgrind: leak. Break circular dependency

üst 639f9c68
...@@ -605,6 +605,7 @@ void SAL_CALL SpellChecker::dispose() ...@@ -605,6 +605,7 @@ void SAL_CALL SpellChecker::dispose()
bDisposing = sal_True; bDisposing = sal_True;
EventObject aEvtObj( (XSpellChecker *) this ); EventObject aEvtObj( (XSpellChecker *) this );
aEvtListeners.disposeAndClear( aEvtObj ); aEvtListeners.disposeAndClear( aEvtObj );
xPropHelper.clear();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment