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
702b92ad
Commit
702b92ad
authored
Dec 08, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Dec 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wsdapi: Annotate duplicate_(string|name) with __WINE_MALLOC.
parent
640e9766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wsdapi_internal.h
dlls/wsdapi/wsdapi_internal.h
+2
-2
No files found.
dlls/wsdapi/wsdapi_internal.h
View file @
702b92ad
...
...
@@ -95,8 +95,8 @@ HRESULT read_message(IWSDiscoveryPublisherImpl *impl, const char *xml, int xml_l
/* xml.c */
LPWSTR
duplicate_string
(
void
*
parentMemoryBlock
,
LPCWSTR
value
)
;
WSDXML_NAME
*
duplicate_name
(
void
*
parent
MemoryBlock
,
WSDXML_NAME
*
name
)
;
WCHAR
*
duplicate_string
(
void
*
parent_memory_block
,
const
WCHAR
*
value
)
__WINE_MALLOC
;
WSDXML_NAME
*
duplicate_name
(
void
*
parent
_memory_block
,
WSDXML_NAME
*
name
)
__WINE_MALLOC
;
WSDXML_NAMESPACE
*
xml_context_find_namespace_by_prefix
(
IWSDXMLContext
*
context
,
LPCWSTR
prefix
);
#endif
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