Kaydet (Commit) 4d828f31 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS gh8 (1.8.6); FILE MERGED

2004/10/18 14:25:33 gh 1.8.6.1: #117519#destroy windows on exit
üst 6d1b12ce
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: server.cxx,v $ * $RCSfile: server.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2004-09-09 17:23:26 $ * last change: $Author: hr $ $Date: 2004-11-09 16:52:13 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -971,6 +971,16 @@ ImplRemoteControl::~ImplRemoteControl() ...@@ -971,6 +971,16 @@ ImplRemoteControl::~ImplRemoteControl()
if ( pServiceMgr ) if ( pServiceMgr )
pServiceMgr->StopCommunication(); pServiceMgr->StopCommunication();
if ( GetTTSettings()->pDisplayHidWin )
{
delete (Window*)(GetTTSettings()->pDisplayHidWin);
GetTTSettings()->pDisplayHidWin = NULL;
}
if ( GetTTSettings()->pTranslateWin )
{
delete (Window*)(GetTTSettings()->pTranslateWin);
GetTTSettings()->pTranslateWin = NULL;
}
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
delete m_pDbgWin; delete m_pDbgWin;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment