From ae86de43bff281b46f7e80d29582cf3c7e365e71 Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Thu, 5 Dec 2002 09:51:57 +0000 Subject: dispose service manager for MLK detection --- vcl/workben/svdem.cxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'vcl/workben/svdem.cxx') diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx index 2c5c74b00994..f5d2a60780fa 100644 --- a/vcl/workben/svdem.cxx +++ b/vcl/workben/svdem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2001-12-13 18:08:40 $ + * last change: $Author: mt $ $Date: 2002-12-05 10:51:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include #include +#include #include #include @@ -116,6 +117,11 @@ SAL_IMPLEMENT_MAIN() } #endif + ::comphelper::setProcessServiceFactory( NULL ); + Reference< XComponent > xC( xMS, UNO_QUERY ); + xMS.clear(); + xC->dispose(); + xC.clear(); return 0; } -- cgit v1.2.3