- 07 Dec, 2009 36 commits
-
-
Nikolay Sivov authored
Two issues here: item pointers array wasn't freed, root item data wasn't freed. Found by Valgrind.
-
Nikolay Sivov authored
-
Piotr Caban authored
-
Francois Gouget authored
Fixes compilation on systems that don't support nameless unions or structs.
-
Francois Gouget authored
-
Francois Gouget authored
-
Huw Davies authored
Found by Valgrind.
-
Huw Davies authored
Found by Valgrind.
-
Huw Davies authored
Found by Valgrind.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Huw Davies authored
-
James Hawkins authored
msi: The second parameter to Installer.OpenPackage is optional, so set a default value of 0 if the parameter is not provided.
-
James Hawkins authored
It seems ugly to open up the parameters in pDispParams, but DispGetParam will happily convert a VT_EMPTY to a VT_BSTR and not return an error.
-
James Hawkins authored
msi: It's possible to send in more than two parameters to Installer.OpenPackage, but sending in zero parameters should return DISP_E_TYPEMISMATCH.
-
James Hawkins authored
The following series fixes a few leaks reported by valgrind. We were leaking exception info caused by Installer.OpenPackage failing when we didn't expected it.
-
James Hawkins authored
-
James Hawkins authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Owen Rudge authored
-
Rob Shearman authored
-
Rob Shearman authored
netapi32: Fix off-by-one errors in ACCESS_QueryAdminDisplayInformation and ACCESS_QueryGuestDisplayInformation.
-
Rob Shearman authored
-
Rob Shearman authored
Initialise all 8-bytes instead of just the lower 4-bytes. This test isn't designed to be testing whether the Seek method of the object return by CreateStreamOnHGlobal uses the high part of the positions passed in.
-
- 04 Dec, 2009 4 commits
-
-
Alexandre Julliard authored
-
Huw Davies authored
Found by Valgrind.
-
Huw Davies authored
Found by Valgrind.
-
Wolfram Sang authored
-