mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +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;
|
delete iAppView;
|
||||||
iAppView = NULL;
|
iAppView = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Somebody on NewLC says this is required to clean up TLS allocated
|
||||||
|
via use of stdlib calls */
|
||||||
|
CloseSTDLIB();
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle any menu commands
|
// handle any menu commands
|
||||||
|
|
Loading…
Add table
Reference in a new issue