http://bugs.winehq.org/show_bug.cgi?id=7442
------- Additional Comments From dmitry@codeweavers.com 2007-13-03 01:51 ------- New patch has exactly the same problems as were pointed out in a previous one:
The patch has inconsistent indentation, a bit of additional spaces in each line of code would make it slightly more readable, have a look at other wine source files.
The patch is extremely buggy in memory allocations: instead of allocating space for an object it allocates space only for a pointer. I'd suggest to allocate all the objects on the stack instead.