mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[QUARTZ_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72270
This commit is contained in:
parent
64dc1ba32c
commit
3f76d7c905
1 changed files with 1 additions and 2 deletions
|
@ -528,8 +528,7 @@ static void test_parse_filter_data(void)
|
|||
ok(pRegFilter->dwMerit == 0x5fffff,"Incorrect merit returned\n");
|
||||
|
||||
out:
|
||||
if (pRegFilter)
|
||||
CoTaskMemFree(pRegFilter);
|
||||
CoTaskMemFree(pRegFilter);
|
||||
if (psa)
|
||||
{
|
||||
SafeArrayUnaccessData(psa);
|
||||
|
|
Loading…
Reference in a new issue