diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-16 20:54:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 09:47:54 +0100 |
commit | 71a8261afd4eda2ed064bda925f12e208e7f9a6e (patch) | |
tree | ee38913e9765a18cae6c3e3ef5efab77220d8f12 /lingucomponent/source | |
parent | 639f9c682b74981f83d88969b7f06295b080758a (diff) |
valgrind: leak. Break circular dependency
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index c72103c6e03f..55490eb6d082 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -605,6 +605,7 @@ void SAL_CALL SpellChecker::dispose() bDisposing = sal_True; EventObject aEvtObj( (XSpellChecker *) this ); aEvtListeners.disposeAndClear( aEvtObj ); + xPropHelper.clear(); } } |