Re: [PATCH] JanitorialProjects/ReplaceMalloc: remove malloc and free from dlls folder

2010-12-30 Thread James McKenzie
On 12/30/10 5:02 AM, Yegor Yefremov wrote: Hello, it's my first contribution to wine, so I wanted to start with some simple task. After fixing the files mentioned in the attached patch, following files in dlls folder still contain malloc/free calls: dlls/ntdll/server.c:if (!(tmp_dir

[PATCH] JanitorialProjects/ReplaceMalloc: remove malloc and free from dlls folder

2010-12-30 Thread Yegor Yefremov
Hello, it's my first contribution to wine, so I wanted to start with some simple task. After fixing the files mentioned in the attached patch, following files in dlls folder still contain malloc/free calls: dlls/ntdll/server.c:if (!(tmp_dir = malloc( p + 1 - config_dir ))) fatal_error