http://bugs.winehq.com/show_bug.cgi?id=1912
------- Additional Comments From marcus@jet.franken.de 2004-10-01 10:38 ------- trace:ole:SafeArrayRedim (0x403d0a88,0x409afab8) 000b:Call ntdll.RtlAllocateHeap(40360000,00000008,00000002) ret=40bdbc1b
We redimension the array to 2 elements ... and just allocate 2 byte, instead of 2*elementsize which would be 0x20.