20 Sep
2004
20 Sep
'04
7:11 p.m.
ChangeSet ID: 13835 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/09/20 14:11:48 Modified files: dlls/oleaut32/tests: safearray.c dlls/oleaut32 : safearray.c Log message: Marcus Meissner <meissner(a)novell.com> SafeArrayGetElement on a VARIANT array does not free the previous VARIANT in the passed pointer. Added testcase. Patch: http://cvs.winehq.org/patch.py?id=13835 Old revision New revision Changes Path 1.16 1.17 +42 -0 wine/dlls/oleaut32/tests/safearray.c 1.39 1.40 +15 -5 wine/dlls/oleaut32/safearray.c