Dec. 20, 2005
9:07 p.m.
Marcus Meissner wrote:
@@ -88,6 +88,8 @@ MSVCRT_unexpected_function unexpected_handler; MSVCRT__se_translator_function se_translator; EXCEPTION_RECORD *exc_record; + MSVCRT_wchar_t *wctime_buffer; /* buffer for ctime */ + MSVCRT_wchar_t *wasctime_buffer; /* buffer for asctime */ };
You need to free these buffers on thread destruction. -- Rob Shearman
7400
Age (days ago)
7400
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman