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