[Bug 33961] RPC: server crashes during procedure call that returns variable size array as out parameter

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 8 11:40:40 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=33961

--- Comment #9 from Egor <to_egor at hotmail.com> ---
Hello, Nikolay.
The patch from bug 36743 also fixes memory leaks in the following case:

interface ITestRpc
{
   void DoMemLeak( [out, string, size_is( 100 + 1 )]   unsigned char* szAnsi,
          [out, string, size_is( 100 + 1 )]   wchar_t*   wszWide );

}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list