wine
14 years agowininet/tests: Mark behavior of IE5 as broken for some ftp tests.
Hans Leidekker [Tue, 8 Dec 2009 10:44:29 +0000 (11:44 +0100)] 
wininet/tests: Mark behavior of IE5 as broken for some ftp tests.

14 years agontdll/tests: Fix a memory leak.
Hans Leidekker [Tue, 8 Dec 2009 10:44:04 +0000 (11:44 +0100)] 
ntdll/tests: Fix a memory leak.

Found by Valgrind.

14 years agosetupapi/tests: Fix a memory leak.
Hans Leidekker [Tue, 8 Dec 2009 10:43:42 +0000 (11:43 +0100)] 
setupapi/tests: Fix a memory leak.

Found by Valgrind.

14 years agowinhttp: Check for endCert being NULL (Coverity).
Marcus Meissner [Sun, 6 Dec 2009 19:58:14 +0000 (20:58 +0100)] 
winhttp: Check for endCert being NULL (Coverity).

14 years agosetupapi32/tests: More tests for SetupGetInfFileListW.
Stefan Leichter [Tue, 8 Dec 2009 07:57:44 +0000 (08:57 +0100)] 
setupapi32/tests: More tests for SetupGetInfFileListW.

14 years agomsi: Add a NULL terminator to file->dest after reallocation.
James Hawkins [Tue, 8 Dec 2009 03:55:32 +0000 (19:55 -0800)] 
msi: Add a NULL terminator to file->dest after reallocation.

14 years agomsi: Free the column info data when updating the table column info.
James Hawkins [Tue, 8 Dec 2009 03:55:21 +0000 (19:55 -0800)] 
msi: Free the column info data when updating the table column info.

14 years agomsi: Make sure to free the extra row data when deleting a row.
James Hawkins [Tue, 8 Dec 2009 03:54:37 +0000 (19:54 -0800)] 
msi: Make sure to free the extra row data when deleting a row.

14 years agomshtml: Added IHTMLDocument2::onreadystatechange property implementation.
Jacek Caban [Tue, 8 Dec 2009 00:19:15 +0000 (01:19 +0100)] 
mshtml: Added IHTMLDocument2::onreadystatechange property implementation.

14 years agojscript: Fixed String.split for missing regexp separator.
Jacek Caban [Tue, 8 Dec 2009 00:13:27 +0000 (01:13 +0100)] 
jscript: Fixed String.split for missing regexp separator.

14 years agojscript: Moved set_last_index call to do_regexp_match_next.
Jacek Caban [Tue, 8 Dec 2009 00:13:11 +0000 (01:13 +0100)] 
jscript: Moved set_last_index call to do_regexp_match_next.

14 years agoinetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's physical address...
Juan Lang [Mon, 7 Dec 2009 21:18:02 +0000 (13:18 -0800)] 
inetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's physical address if it has none.

14 years agoinetmib1: Return error value from MIB copy functions.
Juan Lang [Mon, 7 Dec 2009 21:14:46 +0000 (13:14 -0800)] 
inetmib1: Return error value from MIB copy functions.

14 years agoinetmib1: Don't claim a value is dynamic when it isn't.
Juan Lang [Mon, 7 Dec 2009 21:12:36 +0000 (13:12 -0800)] 
inetmib1: Don't claim a value is dynamic when it isn't.

14 years agoole32: Use the storage vtable to read streams.
Vincent Povirk [Mon, 30 Nov 2009 16:35:55 +0000 (10:35 -0600)] 
ole32: Use the storage vtable to read streams.

14 years agoole32: Add DestroyDirEntry to the storage vtable.
Vincent Povirk [Mon, 30 Nov 2009 15:50:15 +0000 (09:50 -0600)] 
ole32: Add DestroyDirEntry to the storage vtable.

14 years agoole32: Take a StorageBaseImpl in removeFromTree.
Vincent Povirk [Mon, 30 Nov 2009 15:43:17 +0000 (09:43 -0600)] 
ole32: Take a StorageBaseImpl in removeFromTree.

14 years agoole32: Take a StorageBaseImpl in insertIntoTree.
Vincent Povirk [Mon, 30 Nov 2009 15:40:17 +0000 (09:40 -0600)] 
ole32: Take a StorageBaseImpl in insertIntoTree.

14 years agoole32: Change the base IStorage filename to a pointer type.
Vincent Povirk [Mon, 7 Dec 2009 20:53:36 +0000 (14:53 -0600)] 
ole32: Change the base IStorage filename to a pointer type.

The maximum size of the name returned by Stat() on a top-level storage has
nothing to do with DIRENTRY_NAME_BUFFER_LEN. Windows can return longer names
and probably has a limit of MAX_PATH. Also, Stat always returns an absolute
pathname, so we don't need a special case in StgOpenStorage.

14 years agodxgi: The "unknown0" parameter to DXGID3D10CreateDevice() is a pointer.
Henri Verbeet [Mon, 7 Dec 2009 19:20:03 +0000 (20:20 +0100)] 
dxgi: The "unknown0" parameter to DXGID3D10CreateDevice() is a pointer.

Fixes stack corruption in the 64-bit tests. Thanks to Paul Vriens for debugging this.

14 years agowined3d: Rename the "wineD3D" device field to "wined3d".
Henri Verbeet [Mon, 7 Dec 2009 19:20:02 +0000 (20:20 +0100)] 
wined3d: Rename the "wineD3D" device field to "wined3d".

14 years agowined3d: Remove the redundant "adapterNo" field from the device.
Henri Verbeet [Mon, 7 Dec 2009 19:20:01 +0000 (20:20 +0100)] 
wined3d: Remove the redundant "adapterNo" field from the device.

14 years agowined3d: Rename the wined3d_adapter "num" field to "ordinal".
Henri Verbeet [Mon, 7 Dec 2009 19:20:00 +0000 (20:20 +0100)] 
wined3d: Rename the wined3d_adapter "num" field to "ordinal".

This makes it consistent with dxgi_adapter.

14 years agowined3d: Pass the correct vertex count in DrawIndexedPrimitiveStrided().
Henri Verbeet [Mon, 7 Dec 2009 19:19:59 +0000 (20:19 +0100)] 
wined3d: Pass the correct vertex count in DrawIndexedPrimitiveStrided().

This fixes a regression introduced by 2b2fc827ce1f340554cc8d01f6b183d4a5c02114.

14 years agompr: Initialize handle to NULL on ERROR_NO_NETWORK case in WNetOpenEnum.
Aric Stewart [Mon, 7 Dec 2009 18:59:52 +0000 (12:59 -0600)] 
mpr: Initialize handle to NULL on ERROR_NO_NETWORK case in WNetOpenEnum.

14 years agontdll: Guard debugging code by #ifdef instead of plain #if.
Gerald Pfeifer [Mon, 7 Dec 2009 15:07:29 +0000 (16:07 +0100)] 
ntdll: Guard debugging code by #ifdef instead of plain #if.

14 years agontdll/tests: Add tests for open directories with NtCreateFile and strange options.
Alexandre Julliard [Tue, 8 Dec 2009 11:19:05 +0000 (12:19 +0100)] 
ntdll/tests: Add tests for open directories with NtCreateFile and strange options.

14 years agoserver: Improve parameter checks when opening a directory.
Alexandre Julliard [Tue, 8 Dec 2009 11:18:44 +0000 (12:18 +0100)] 
server: Improve parameter checks when opening a directory.

14 years agontdll: Get rid of a line break in a trace.
Alexandre Julliard [Mon, 7 Dec 2009 20:25:20 +0000 (21:25 +0100)] 
ntdll: Get rid of a line break in a trace.

14 years agomshtml/tests: Skip some tests on older IE.
Paul Vriens [Mon, 7 Dec 2009 15:43:47 +0000 (16:43 +0100)] 
mshtml/tests: Skip some tests on older IE.

14 years agomshtml: Added more OleDocumentView_UIActivate tests.
Piotr Caban [Mon, 7 Dec 2009 13:55:02 +0000 (14:55 +0100)] 
mshtml: Added more OleDocumentView_UIActivate tests.

14 years agomshtml: Improved OleDocumentView_UIActivate implementation.
Piotr Caban [Mon, 7 Dec 2009 13:54:33 +0000 (14:54 +0100)] 
mshtml: Improved OleDocumentView_UIActivate implementation.

14 years agomshtml: Added Advise handling to OleObject_Close.
Piotr Caban [Mon, 7 Dec 2009 13:54:05 +0000 (14:54 +0100)] 
mshtml: Added Advise handling to OleObject_Close.

14 years agomshtml: Added OleObject_Advise tests.
Piotr Caban [Mon, 7 Dec 2009 13:53:44 +0000 (14:53 +0100)] 
mshtml: Added OleObject_Advise tests.

14 years agomshtml: Added OleObject_EnumAdvise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:53:19 +0000 (14:53 +0100)] 
mshtml: Added OleObject_EnumAdvise implementation.

14 years agomshtml: Added OleObject_Unadvise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:52:54 +0000 (14:52 +0100)] 
mshtml: Added OleObject_Unadvise implementation.

14 years agomshtml: Added OleObject_Advise implementation.
Piotr Caban [Mon, 7 Dec 2009 13:52:28 +0000 (14:52 +0100)] 
mshtml: Added OleObject_Advise implementation.

14 years agomshtml: Added PersistStreamInit_InitNew implementation.
Piotr Caban [Mon, 7 Dec 2009 13:51:52 +0000 (14:51 +0100)] 
mshtml: Added PersistStreamInit_InitNew implementation.

14 years agoaclocal.m4: Perform a more exhaustive search of the possible naming combinations...
Alexandre Julliard [Mon, 7 Dec 2009 14:36:09 +0000 (15:36 +0100)] 
aclocal.m4: Perform a more exhaustive search of the possible naming combinations for Mingw tools.

14 years agoole32: Fix invalid memory access in storage32.
Nathan Gallaher [Sun, 6 Dec 2009 13:30:06 +0000 (08:30 -0500)] 
ole32: Fix invalid memory access in storage32.

14 years agoservices.exe: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible.
Paul Chitescu [Fri, 4 Dec 2009 15:58:20 +0000 (17:58 +0200)] 
services.exe: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible.

14 years agoadvapi32: Reduce registry access to MAXIMUM_ALLOWED wherever possible.
Paul Chitescu [Fri, 4 Dec 2009 15:07:27 +0000 (17:07 +0200)] 
advapi32: Reduce registry access to MAXIMUM_ALLOWED wherever possible.

14 years agodsound: Move buffer property sets to buffer.c.
Maarten Lankhorst [Fri, 4 Dec 2009 13:09:32 +0000 (14:09 +0100)] 
dsound: Move buffer property sets to buffer.c.

14 years agoxinput1_3: Don't print the contents of [out] parameters.
Huw Davies [Mon, 7 Dec 2009 11:33:02 +0000 (11:33 +0000)] 
xinput1_3: Don't print the contents of [out] parameters.

Found by Valgrind.

14 years agowindowscodecs/tests: Release decoder after use.
Nikolay Sivov [Mon, 7 Dec 2009 10:42:37 +0000 (13:42 +0300)] 
windowscodecs/tests: Release decoder after use.

14 years agodxgi: Implement IDXGISurface::GetParent().
Henri Verbeet [Mon, 7 Dec 2009 10:08:40 +0000 (11:08 +0100)] 
dxgi: Implement IDXGISurface::GetParent().

14 years agodxgi: Implement IDXGISurface::GetDevice().
Henri Verbeet [Mon, 7 Dec 2009 10:08:39 +0000 (11:08 +0100)] 
dxgi: Implement IDXGISurface::GetDevice().

14 years agodxgi: Add a separate function for surface initialization.
Henri Verbeet [Mon, 7 Dec 2009 10:08:38 +0000 (11:08 +0100)] 
dxgi: Add a separate function for surface initialization.

14 years agod3d9: Fix GetDevice() for surfaces that are part of a texture.
Henri Verbeet [Mon, 7 Dec 2009 10:08:37 +0000 (11:08 +0100)] 
d3d9: Fix GetDevice() for surfaces that are part of a texture.

If the surface is part of a texture it doesn't keep its own reference to the
device, but instead relies on the reference the texture has. This fixes a
regression introduced by ff92e6eb6a6b0f5b6ee0d062f8434cad8f31c33d.

14 years agod3d8: Fix GetDevice() for surfaces that are part of a texture.
Henri Verbeet [Mon, 7 Dec 2009 10:08:36 +0000 (11:08 +0100)] 
d3d8: Fix GetDevice() for surfaces that are part of a texture.

If the surface is part of a texture it doesn't keep its own reference to the
device, but instead relies on the reference the texture has. This fixes a
regression introduced by 3cedef2ffea3a72d9717470f01a3a046db923e4b.

14 years agoRender to fbo when the size mismatches at creation time.
Stefan Dösinger [Sun, 6 Dec 2009 17:08:39 +0000 (18:08 +0100)] 
Render to fbo when the size mismatches at creation time.

This is needed because the window(and thus the GL drawable) might be
smaller than the D3D backbuffer. If we waited for the FBO switch until
Present is called we'd lose data in the first frame.

14 years agowined3d: Render to a FBO if the window size is changed.
Stefan Dösinger [Tue, 24 Nov 2009 11:31:39 +0000 (12:31 +0100)] 
wined3d: Render to a FBO if the window size is changed.

14 years agowined3d: Infrastructure to render swapchains to a FBO.
Stefan Dösinger [Sun, 6 Dec 2009 16:39:47 +0000 (17:39 +0100)] 
wined3d: Infrastructure to render swapchains to a FBO.

14 years agowined3d: Use GL_COLOR_ATTACHMENT0 as offscreen buffer with FBOs.
Stefan Dösinger [Fri, 4 Dec 2009 09:21:01 +0000 (10:21 +0100)] 
wined3d: Use GL_COLOR_ATTACHMENT0 as offscreen buffer with FBOs.

This is used by the offscreen render target->texture blit code if
FBOs are enabled, but FBO_blit is not supported

14 years agowined3d: A function for checking if a surface is offscreen.
Stefan Dösinger [Sun, 6 Dec 2009 14:45:46 +0000 (15:45 +0100)] 
wined3d: A function for checking if a surface is offscreen.

14 years agowined3d: Add a function for initializing surface sysmem.
Stefan Dösinger [Fri, 4 Dec 2009 12:07:18 +0000 (13:07 +0100)] 
wined3d: Add a function for initializing surface sysmem.

14 years agoinclude: Fix typo in audiopolicy.
Maarten Lankhorst [Mon, 7 Dec 2009 07:25:23 +0000 (08:25 +0100)] 
include: Fix typo in audiopolicy.

14 years agoinclude: Add some definitions to ks.h.
Maarten Lankhorst [Sun, 6 Dec 2009 11:59:31 +0000 (12:59 +0100)] 
include: Add some definitions to ks.h.

14 years agontdll/tests: Fix a memory leak.
Hans Leidekker [Mon, 7 Dec 2009 09:32:03 +0000 (10:32 +0100)] 
ntdll/tests: Fix a memory leak.

Found by Valgrind.

14 years agonetapi32/tests: Fix a memory leak.
Hans Leidekker [Mon, 7 Dec 2009 09:09:39 +0000 (10:09 +0100)] 
netapi32/tests: Fix a memory leak.

Found by Valgrind.

14 years agofusion: Fix some memory leaks.
Hans Leidekker [Mon, 7 Dec 2009 08:54:38 +0000 (09:54 +0100)] 
fusion: Fix some memory leaks.

Found by Valgrind.

14 years agouserenv/tests: Fix some memory leaks.
Hans Leidekker [Mon, 7 Dec 2009 08:19:23 +0000 (09:19 +0100)] 
userenv/tests: Fix some memory leaks.

Found by Valgrind.

14 years agousp10: Fix a memory leak.
Hans Leidekker [Mon, 7 Dec 2009 08:18:58 +0000 (09:18 +0100)] 
usp10: Fix a memory leak.

Found by Valgrind.

14 years agomsi/tests: Loosen check on kernel32 language version.
Hans Leidekker [Mon, 7 Dec 2009 08:18:35 +0000 (09:18 +0100)] 
msi/tests: Loosen check on kernel32 language version.

14 years agowininet: Cleanup any existing cache file before creating a new one.
Hans Leidekker [Mon, 7 Dec 2009 08:18:00 +0000 (09:18 +0100)] 
wininet: Cleanup any existing cache file before creating a new one.

Otherwise we leak the file name and handle when a request is sent again.
Found by Valgrind.

14 years agoreg: Fixed 2 functionality bugs in REG DELETE (Coverity).
Marcus Meissner [Sun, 6 Dec 2009 21:45:48 +0000 (22:45 +0100)] 
reg: Fixed 2 functionality bugs in REG DELETE (Coverity).

14 years agogdi32: Avoid use of some 16-bit types.
Alexandre Julliard [Sat, 5 Dec 2009 10:53:37 +0000 (11:53 +0100)] 
gdi32: Avoid use of some 16-bit types.

14 years agogdi32: Don't include wingdi16.h by default.
Alexandre Julliard [Sat, 5 Dec 2009 10:45:31 +0000 (11:45 +0100)] 
gdi32: Don't include wingdi16.h by default.

14 years agogdi32: Make gdi.exe into a stand-alone 16-bit module.
Alexandre Julliard [Fri, 4 Dec 2009 20:47:30 +0000 (21:47 +0100)] 
gdi32: Make gdi.exe into a stand-alone 16-bit module.

14 years agogdi32: Stop exporting the 16-bit print job functions.
Alexandre Julliard [Fri, 4 Dec 2009 20:34:46 +0000 (21:34 +0100)] 
gdi32: Stop exporting the 16-bit print job functions.

14 years agowineps.drv: Don't include 16-bit headers in psdrv.h.
Alexandre Julliard [Fri, 4 Dec 2009 20:32:42 +0000 (21:32 +0100)] 
wineps.drv: Don't include 16-bit headers in psdrv.h.

14 years agowineps.drv: Duplicate the print job support from 16-bit GDI.
Alexandre Julliard [Fri, 4 Dec 2009 20:29:08 +0000 (21:29 +0100)] 
wineps.drv: Duplicate the print job support from 16-bit GDI.

14 years agowineps.drv: Add a wrapper function for WriteSpool16.
Alexandre Julliard [Fri, 4 Dec 2009 19:53:11 +0000 (20:53 +0100)] 
wineps.drv: Add a wrapper function for WriteSpool16.

14 years agogdiplus: Fix cleanup after errors in GdipCloneImage.
Vincent Povirk [Mon, 7 Dec 2009 02:07:40 +0000 (20:07 -0600)] 
gdiplus: Fix cleanup after errors in GdipCloneImage.

14 years agogdiplus: Implement GdipCloneBitmapArea.
Vincent Povirk [Mon, 7 Dec 2009 02:02:35 +0000 (20:02 -0600)] 
gdiplus: Implement GdipCloneBitmapArea.

14 years agorpcrt4: Fixed array_compute_and_size_conformance on strings (Coverity).
Marcus Meissner [Sun, 6 Dec 2009 22:33:56 +0000 (23:33 +0100)] 
rpcrt4: Fixed array_compute_and_size_conformance on strings (Coverity).

14 years agojscript: Don't pass EXPR_NEWREF flag to evaluate member expression in array_expressio...
Jacek Caban [Sun, 6 Dec 2009 21:10:44 +0000 (22:10 +0100)] 
jscript: Don't pass EXPR_NEWREF flag to evaluate member expression in array_expression_eval.

14 years agomshtml: Added test for setting VT_EMPTY event handler.
Jacek Caban [Sun, 6 Dec 2009 21:10:24 +0000 (22:10 +0100)] 
mshtml: Added test for setting VT_EMPTY event handler.

14 years agomshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop.
Jacek Caban [Sun, 6 Dec 2009 21:10:07 +0000 (22:10 +0100)] 
mshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop.

14 years agoxcopy: Fix time acronyms in German translation.
André Hentschel [Sun, 6 Dec 2009 20:42:21 +0000 (21:42 +0100)] 
xcopy: Fix time acronyms in German translation.

14 years agoadvapi32/tests: Fix some test failures when the computername is fully qualified.
Paul Vriens [Sun, 6 Dec 2009 17:32:06 +0000 (18:32 +0100)] 
advapi32/tests: Fix some test failures when the computername is fully qualified.

14 years agosetupapi: Fix memory leak.
Huw Davies [Sun, 6 Dec 2009 17:04:00 +0000 (17:04 +0000)] 
setupapi: Fix memory leak.

Found by Valgrind.

14 years agomsvcrt/tests: Free temporary file name after test.
Nikolay Sivov [Sun, 6 Dec 2009 15:58:28 +0000 (18:58 +0300)] 
msvcrt/tests: Free temporary file name after test.

14 years agontdll: Fix a few memory leaks in tests.
Huw Davies [Sun, 6 Dec 2009 15:02:55 +0000 (15:02 +0000)] 
ntdll: Fix a few memory leaks in tests.

Found by Valgrind.

14 years agooleaut32: Fix several memory leaks in tests.
Huw Davies [Sun, 6 Dec 2009 13:11:33 +0000 (13:11 +0000)] 
oleaut32: Fix several memory leaks in tests.

Found by Valgrind.

14 years agogdiplus/tests: Delete Pen object after use.
Nikolay Sivov [Sat, 5 Dec 2009 19:37:35 +0000 (22:37 +0300)] 
gdiplus/tests: Delete Pen object after use.

14 years agogdiplus/tests: Free created iterator in tests.
Nikolay Sivov [Sat, 5 Dec 2009 19:20:55 +0000 (22:20 +0300)] 
gdiplus/tests: Free created iterator in tests.

14 years agogdiplus/tests: Additional test to show that custom cap isn't created without stroke...
Nikolay Sivov [Sat, 5 Dec 2009 18:58:57 +0000 (21:58 +0300)] 
gdiplus/tests: Additional test to show that custom cap isn't created without stroke path.

14 years agogdiplus/tests: Free brush pointer after test.
Nikolay Sivov [Sat, 5 Dec 2009 18:50:50 +0000 (21:50 +0300)] 
gdiplus/tests: Free brush pointer after test.

14 years agocomctl32/datetime: Free internal data completely on control destruction.
Nikolay Sivov [Sat, 5 Dec 2009 18:42:19 +0000 (21:42 +0300)] 
comctl32/datetime: Free internal data completely on control destruction.

14 years agocomctl32/tests: Don't forget to free array after tests.
Nikolay Sivov [Sat, 5 Dec 2009 18:21:04 +0000 (21:21 +0300)] 
comctl32/tests: Don't forget to free array after tests.

14 years agocomctl32/tests: Free imagelist after use.
Nikolay Sivov [Sat, 5 Dec 2009 17:49:12 +0000 (20:49 +0300)] 
comctl32/tests: Free imagelist after use.

14 years agocomctl32/treeview: Free items pointer array and root item on control destruction.
Nikolay Sivov [Sat, 5 Dec 2009 17:39:03 +0000 (20:39 +0300)] 
comctl32/treeview: Free items pointer array and root item on control destruction.

Two issues here: item pointers array wasn't freed, root item data wasn't freed.
Found by Valgrind.

14 years agokernel32/tests: Fix test failures on NT4.
Nikolay Sivov [Sat, 5 Dec 2009 10:08:12 +0000 (13:08 +0300)] 
kernel32/tests: Fix test failures on NT4.

14 years agomsxml3: Fix VARIANT_from_xmlChar implementation.
Piotr Caban [Sun, 6 Dec 2009 00:07:57 +0000 (01:07 +0100)] 
msxml3: Fix VARIANT_from_xmlChar implementation.

14 years agowined3d: Don't define nameless structs or unions.
Francois Gouget [Sun, 6 Dec 2009 12:45:30 +0000 (13:45 +0100)] 
wined3d: Don't define nameless structs or unions.

Fixes compilation on systems that don't support nameless unions or structs.

14 years agomshtml/tests: Fix the get_event_src() macro declaration.
Francois Gouget [Sun, 6 Dec 2009 12:43:25 +0000 (13:43 +0100)] 
mshtml/tests: Fix the get_event_src() macro declaration.

14 years agowinhttp: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 6 Dec 2009 12:41:47 +0000 (13:41 +0100)] 
winhttp: Fix compilation on systems that don't support nameless unions.

14 years agooleaut32: Fix a couple of memory leaks in the tests.
Huw Davies [Sun, 6 Dec 2009 12:05:37 +0000 (12:05 +0000)] 
oleaut32: Fix a couple of memory leaks in the tests.

Found by Valgrind.

14 years agoinetcomm: Fix memory leak.
Huw Davies [Sun, 6 Dec 2009 11:38:32 +0000 (11:38 +0000)] 
inetcomm: Fix memory leak.

Found by Valgrind.