[Bug 26104] oleaut32/safearray shows a memory leak according to valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 17:41:36 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26104

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> 2011-02-14 17:41:36 CST ---
We're calling SafeArrayDestroyDescriptor without freeing data before that, so a
leak is probably justified in this case.

Actually we need some tests for that showing that internally allocated memory
is not freed and still accessible.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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