diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index d613e6174a..1a5dbe119a 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -66,7 +66,9 @@ public: virtual bool OnInit() { return TRUE; } virtual void OnExit() { +#if wxUSE_WCHAR_T wxConvLocal.Clear(); +#endif } DECLARE_DYNAMIC_CLASS(wxStrConvModule)