diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-30 11:40:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-01 15:21:53 +0100 |
commit | f90cb6c111d5ea7db3b9c71b6bcb9572e12876a3 (patch) | |
tree | dab501e70f7dafed9d3c924339601190a32d3c76 /i18npool | |
parent | 3c160621091530d2e3cc610adcfe150e760a8c51 (diff) |
call dispose
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 0f42fe7b2164..fc81cc9860fb 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -200,6 +200,7 @@ void TestBreakIterator::setUp() TestBreakIterator::~TestBreakIterator() { + uno::Reference< lang::XComponent >(m_xContext, uno::UNO_QUERY_THROW)->dispose(); } void TestBreakIterator::tearDown() |