https://bugs.winehq.org/show_bug.cgi?id=36430 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #1 from Stefan Dösinger <stefandoesinger(a)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/709935314458bd0ce27aab3986ae98cc... (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.