12 Mar
2007
12 Mar
'07
12:22 p.m.
On 12/03/07, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
3. 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.