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