summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-12-17 14:17:54 (GMT)
committerchengyemao <chengyemao>2004-12-17 14:17:54 (GMT)
commit5d85ede0782261a464e863e4a10438016ceb1708 (patch)
treece2ff10b8b8a71c24aaa530fd36120a7c680a5e8 /win/tkWinX.c
parent0af7a2a0948b96b0a5422806ae6672a45a9cb75e (diff)
downloadtk-5d85ede0782261a464e863e4a10438016ceb1708.zip
tk-5d85ede0782261a464e863e4a10438016ceb1708.tar.gz
tk-5d85ede0782261a464e863e4a10438016ceb1708.tar.bz2
bug fix (842945,831627)
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index d00214f..784ff18 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinX.c,v 1.35 2004/10/27 00:56:33 davygrvy Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.36 2004/12/17 14:17:56 chengyemao Exp $
*/
#include "tkWinInt.h"
@@ -332,6 +332,7 @@ TkWinXCleanup(clientData)
*/
TkWinWmCleanup(hInstance);
+ TkWinCleanupContainerList();
}
/*