Re: msvcrt: sharing violation caused by duplicated hande in _get_osfhandle

2006-04-22 Thread Eric Pouech
qingdoa daoo wrote: Hi, wine's implementation of _get_osfhandle is found to cause sharing violation in some apps. The author commented this piece of code with a block of FIXME warning about possible leakage. It turns out it's no just a matter of leakage. A simple test program ---

msvcrt: sharing violation caused by duplicated hande in _get_osfhandle

2006-04-13 Thread qingdoa daoo
Hi, wine's implementation of _get_osfhandle is found to cause sharing violation in some apps. The author commented this piece of code with a block of FIXME warning about possible leakage. It turns out it's no just a matter of leakage. A simple test program -