Re: [RESENT] Don't duplicate handles for _get_osfhandle

2006-02-15 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes: >> Changelog: wine/dlls/msvcrt/file.c: _get_osfhandle Don't duplicate >> handles, otherwise they leak >> >> This time with test case that fails without the pat

Re: [RESENT] Don't duplicate handles for _get_osfhandle

2006-02-15 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > Changelog: > wine/dlls/msvcrt/file.c: _get_osfhandle > Don't duplicate handles, otherwise they leak > > This time with test case that fails without the patch (but succeed with > native msvcrt). It would be nice to also add a test for the case t