Re: [DPLAYX] fix bug 872: try 3

2005-03-09 Thread Raphael
Hi, > You can't close handles from another process. Oups big mismatch > Rob Retry again :) Regards, Raphael Index: dplobby.c === RCS file: /home/wine/wine/dlls/dplayx/dplobby.c,v retrieving revision 1.39 diff -u -r1.39 dplobby.c --

Re: [DPLAYX] fix bug 872

2005-03-08 Thread Robert Shearman
Raphael wrote: + *lphStart = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); + *lphDeath = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); + *lphRead = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); if( ( !DuplicateHandle( GetCurrentProcess(), *lphStart, hDestProcess, &hA

Re: [DPLAYX] fix bug 872

2005-03-08 Thread Raphael
On Tuesday 08 March 2005 17:02, Alexandre Julliard wrote: > Raphael <[EMAIL PROTECTED]> writes: > > Hi, > > > > cf http://bugs.winehq.org/show_bug.cgi?id=872 > > > > Seems he have created events (hTemps) leaks no ? > > I'm not sure why that code uses global handles at all, since they get > duplicat

Re: [DPLAYX] fix bug 872

2005-03-08 Thread Alexandre Julliard
Raphael <[EMAIL PROTECTED]> writes: > Hi, > > cf http://bugs.winehq.org/show_bug.cgi?id=872 > > Seems he have created events (hTemps) leaks no ? I'm not sure why that code uses global handles at all, since they get duplicated in the target process anyway; it seems to me you could simply get rid