Skip to content
Snippets Groups Projects
Commit 9716a1a9 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

include: Remove __WINE_MALLOC from functions that shouldn't have it.

According to the GCC documentation,[1] __attribute__((malloc)) may not
be used on functions that return memory that contains one or more valid
pointers.

[1] https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html
parent 42b13eff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment