On 12/03/07, Dmitry Timoshkov dmitry@codeweavers.com wrote:
- the patch is extremely buggy in memory allocations: instead of allocating
the space for an object it allocates the space only for a pointer. I'd suggest to allocate all the objects on the stack instead.
Hmm, I looked over that.