diff options
author | chengyemao <chengyemao> | 2004-12-17 14:17:54 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-17 14:17:54 (GMT) |
commit | 0a95731ad184dfbb69abe6165b9e34ab02716511 (patch) | |
tree | ce2ff10b8b8a71c24aaa530fd36120a7c680a5e8 /win/tkWinX.c | |
parent | 10b4eaee27c5b115b46ff02e96cdaf19c16a70c5 (diff) | |
download | tk-0a95731ad184dfbb69abe6165b9e34ab02716511.zip tk-0a95731ad184dfbb69abe6165b9e34ab02716511.tar.gz tk-0a95731ad184dfbb69abe6165b9e34ab02716511.tar.bz2 |
bug fix (842945,831627)
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 3 |
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(); } /* |