Ken Takata wrote:

> Using CRT functions in a thread created by CreateThread is potentially unsafe.
> (Memory leak might occur.)
> Cf.:
> 
>   V513. Use _beginthreadex/_endthreadex functions instead of
>   CreateThread/ExitThread functions
>   http://www.viva64.com/en/d/0102/
> 
> I'm not sure the memory leak really occurs on Vim, but using _beginthreadex is
> safer than CreateThread.
> 
> Attached patch fixes the problem.
> Calling _endthreadex instead of ExitThread causes a warning, so I just changed
> it to "return 0". _endthreadex is called automatically after returning from
> the thread function.

Thanks.

-- 
We apologise again for the fault in the subtitles.  Those responsible for
sacking the people who have just been sacked have been sacked.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui