diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-15 13:53:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-15 13:53:00 +0000 |
commit | ca4035ad28baf160198625de6002f7e60f9941f6 (patch) | |
tree | 77d2b0e0d104b4330be2bca4533c908e0d8ce8b6 /vcl/unx | |
parent | b4f28949ca3c1a550ff0b384ffaa81ad8a12a533 (diff) |
INTEGRATION: CWS ause0c2 (1.20.18); FILE MERGED
2004/03/12 15:25:43 hjs 1.20.18.1: #115868# anti freeze
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/salinst.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/unx/source/app/salinst.cxx b/vcl/unx/source/app/salinst.cxx index 668fc94f26ed..c5f3e639dc14 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.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2004-02-20 08:58:19 $ + * last change: $Author: obo $ $Date: 2004-03-15 14:53:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,7 +178,6 @@ X11SalInstance::~X11SalInstance() delete pSalData; SetSalData( NULL ); - mpSalYieldMutex->release(); delete mpSalYieldMutex; } |