mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
call CloseSTDLIB
This commit is contained in:
parent
af93e3aae0
commit
d96a5a61a3
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ CXWordsAppUi::~CXWordsAppUi()
|
|||
delete iAppView;
|
||||
iAppView = NULL;
|
||||
}
|
||||
|
||||
/* Somebody on NewLC says this is required to clean up TLS allocated
|
||||
via use of stdlib calls */
|
||||
CloseSTDLIB();
|
||||
}
|
||||
|
||||
// handle any menu commands
|
||||
|
|
Loading…
Reference in a new issue