summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-08-25 12:55:53 +0000
committerKurt Zenker <kz@openoffice.org>2003-08-25 12:55:53 +0000
commitcd468bd6ab6a09127b4b554c30df8ed717262ebf (patch)
treedea36eed90dc6b63a20018901be9ee3bdfd8661c /vcl/unx
parent95c52c7aa54421ede2d24a2fafcc9fe4719699e4 (diff)
INTEGRATION: CWS vcl15 (1.15.26); FILE MERGED
2003/07/22 09:29:08 pl 1.15.26.1: #110842# cleaned up shutdown sequence
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/source/app/salinst.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/unx/source/app/salinst.cxx b/vcl/unx/source/app/salinst.cxx
index 97032d22be68..cf405123baf5 100644
--- a/vcl/unx/source/app/salinst.cxx
+++ b/vcl/unx/source/app/salinst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salinst.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2003-07-22 10:12:20 $
+ * last change: $Author: kz $ $Date: 2003-08-25 13:55:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -205,6 +205,10 @@ void DestroySalInstance( SalInstance *pInst )
{
SessionManagerClient::close();
SalData *pSalData = GetSalData();
+ // dispose SalDisplay list from SalData
+ // would be done in a static destructor else which is
+ // a little late
+ pSalData->DeleteDisplays();
// reset instance (only one instance in this version !!!)
if( pSalData->pFirstInstance_ == pInst )