[PATCH 1/3] msi/tests: automation: Free memory after string conversion.

Misha Koshelev mk144210 at bcm.edu
Thu May 3 19:01:10 CDT 2007


This is a set of housekeeping patches for the msi OLE automation conformance test.

1. Free unfreed memory in function pulled from integration of iface.c conformance test.
2. I liked the on-the-fly conversion of method/property names to Unicode strings instead of having a bunch
   of const WCHAR's so I switched to do this in the code so that extending for new functions becomes easier
3. The original test_createrecord_and_version was pulled verbatim from iface.c. This way it is integrated into the 
   same testing framework as the rest of automation.c tests.

Changelog:

	* msi/tests: automation: Free memory after string conversion.

---
 dlls/msi/tests/automation.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5a262afffd47f719a56b34108eeebce47cbe37cd.diff
Type: text/x-patch
Size: 961 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070503/45b4e5f5/5a262afffd47f719a56b34108eeebce47cbe37cd.bin


More information about the wine-patches mailing list