Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
89fd36e1
Commit
89fd36e1
authored
Oct 30, 2015
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Oct 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf/tests: Fix memory leaks (valgrind).
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3e9b4c1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
inputprocessor.c
dlls/msctf/tests/inputprocessor.c
+2
-0
No files found.
dlls/msctf/tests/inputprocessor.c
View file @
89fd36e1
...
...
@@ -921,6 +921,7 @@ static void test_EnumInputProcessorInfo(void)
if
(
IsEqualGUID
(
&
g
,
&
CLSID_FakeService
))
found
=
TRUE
;
}
IEnumGUID_Release
(
ppEnum
);
}
ok
(
found
,
"Did not find registered text service
\n
"
);
}
...
...
@@ -943,6 +944,7 @@ static void test_EnumLanguageProfiles(void)
ok
(
IsEqualGUID
(
&
profile
.
guidProfile
,
&
CLSID_FakeService
),
"guidProfile Incorrect
\n
"
);
}
}
IEnumTfLanguageProfiles_Release
(
ppEnum
);
}
ok
(
found
,
"Registered text service not found
\n
"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment