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)
commitf81c3e0fff19f8c4e34bbcfbfa3b3491958231ef (patch)
treece2ff10b8b8a71c24aaa530fd36120a7c680a5e8 /win/tkWinX.c
parent6901c9eed49ff83e2abcd289d2aad5ad0b488bf4 (diff)
downloadtk-f81c3e0fff19f8c4e34bbcfbfa3b3491958231ef.zip
tk-f81c3e0fff19f8c4e34bbcfbfa3b3491958231ef.tar.gz
tk-f81c3e0fff19f8c4e34bbcfbfa3b3491958231ef.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();
}
/*