Re: shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory.

2009-05-21 Thread Lionel Debroux
of doing things ? Lionel. From e2667023ce9fa5685cf3e4f5b09ae7491be7da67 Mon Sep 17 00:00:00 2001 From: Lionel Debroux lionel_debr...@yahoo.fr Date: Thu, 21 May 2009 14:05:40 +0200 Subject: shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory

Re: Re: urlmon: Wrap heap functions.

2007-11-26 Thread Lionel Debroux
Hi, In Wine HeapAlloc gets wrapped in different places, each using a different name and even a different naming convention. This makes the code harder to understand for people that browse the code (people doing janitorial work) as they have to check every time if the function is yet another

Re: kernel32: fix memory leak (found by Smatch).

2007-10-12 Thread Lionel Debroux
path. nt_name.Length, which is used for computing sz_pipe_wait isn't modified either in those lines. Therefore, I fixed the leak in the error path by moving the allocation later in the program. 2007-10-06 Lionel Debroux [EMAIL PROTECTED] * dlls/kernel32/sync.c: kernel32: fix memory