On 7/29/2012 02:24, Detlef Riekenberg wrote:
--
By by ... Detlef
---
dlls/advapi32/tests/security.c | 99 ++--
1 files changed, 94 insertions(+), 5 deletions(-)
diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index 28e43ec..93
> +EnterCriticalSection(&This->lock);
> +This->colors = colors;
> +This->count = count;
> +This->type = type;
> +LeaveCriticalSection(&This->lock);
You're leaking the previous value of This->colors.
On 7/29/12 4:32 PM, Ilya Konstantinov wrote:
Hi,
I've just started porting my C++ application to Linux with Winelib.
Upon first attempts to compile, I've received a wall of "warning:
returning reference to temporary" on Wine's headers from g++.
All of those seem to stem from guidgen.h definiti
24 jul 2012 kl. 17:40 skrev Per Johansson:
> <0003-winemenubuilder-Implement-OS-X-application-bundles.txt>
Just noticed I managed to intruduce a typo when removing associations support
(the associations init function shouldn't be NULL). Please disregard this for
now.
Regards,
--
Per Johansso
Hi,
I've just started porting my C++ application to Linux with Winelib.
Upon first attempts to compile, I've received a wall of "warning: returning
reference to temporary" on Wine's headers from g++.
All of those seem to stem from guidgen.h definition of
__wine_uuidof / __CRT_UUID_DECL for C++.