[Bug 36430] valgrind shows a possible leak in shell32/tests/autocomplete.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 17 06:34:48 CDT 2017


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

Stefan Dösinger <stefandoesinger at gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefandoesinger at gmx.at

--- Comment #1 from Stefan Dösinger <stefandoesinger at gmx.at> ---
Mark Jansen reported a memory leak problem in autocomplete.c on IRC:

(12:02:14) Mark_Jansen: hello!
(12:02:20) Mark_Jansen: there is a small memory leak in shell32/autocomplete.c
(12:02:26) Mark_Jansen:
https://source.winehq.org/git/wine.git/blob/709935314458bd0ce27aab3986ae98cc556cb663:/dlls/shell32/autocomplete.c#l224
(12:02:32) Mark_Jansen:  hr = IEnumString_Next(This->enumstr, 1, &strs,
&fetched);
(12:02:40) Mark_Jansen: this 'strs' should be freed after using it

I can't say for sure if this is the same problem Valgrind found here.

-- 
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