call CloseSTDLIB

This commit is contained in:
ehouse 2005-01-31 03:23:49 +00:00
parent af93e3aae0
commit d96a5a61a3

View file

@ -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