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
1d52cfc4
Commit
1d52cfc4
authored
Dec 17, 2018
by
Nikolay Sivov
Committed by
Alexandre Julliard
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oledb32/tests: Fix string leaks (Valgrind).
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5825ad56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
convert.c
dlls/oledb32/tests/convert.c
+2
-0
No files found.
dlls/oledb32/tests/convert.c
View file @
1d52cfc4
...
...
@@ -3786,6 +3786,7 @@ static void test_converttonumeric(void)
todo_wine
ok
(
dst_status
==
DBSTATUS_S_OK
,
"got %08x
\n
"
,
dst_status
);
todo_wine
ok
(
dst_len
==
sizeof
(
dst
),
"got %ld
\n
"
,
dst_len
);
todo_wine
test_numeric_val
(
&
dst
,
&
result5
);
SysFreeString
(
bstr
);
bstr
=
SysAllocString
(
largeW
);
dst_status
=
0
;
...
...
@@ -3798,6 +3799,7 @@ static void test_converttonumeric(void)
todo_wine
ok
(
dst_status
==
DBSTATUS_S_OK
,
"got %08x
\n
"
,
dst_status
);
todo_wine
ok
(
dst_len
==
sizeof
(
dst
),
"got %ld
\n
"
,
dst_len
);
todo_wine
test_numeric_val
(
&
dst
,
&
result6
);
SysFreeString
(
bstr
);
}
START_TEST
(
convert
)
...
...
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