diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/saxparser.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx index d3647aa6bf56..c50c5601d343 100644 --- a/i18npool/source/localedata/saxparser.cxx +++ b/i18npool/source/localedata/saxparser.cxx @@ -354,7 +354,8 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) rParser->parseStream( source ); nError = pDocHandler->nError; - + css::uno::Reference<css::lang::XComponent>( + xContext, css::uno::UNO_QUERY_THROW)->dispose(); return nError; } catch (css::uno::Exception & e) { std::cerr << "ERROR: " << e.Message << '\n'; |