[Bug 36559] New: valgrind shows a definite leak in ieframe/tests/webbrowser.c (fd_sets_to_poll)
https://bugs.winehq.org/show_bug.cgi?id=36559 Bug ID: 36559 Summary: valgrind shows a definite leak in ieframe/tests/webbrowser.c (fd_sets_to_poll) Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ieframe Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com ==13698== 8 bytes in 1 blocks are definitely lost in loss record 428 of 11,275 ==13698== at 0x7BC4C75D: notify_alloc (heap.c:255) ==13698== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716) ==13698== by 0x7F61C60: fd_sets_to_poll (socket.c:4299) ==13698== by 0x7F6232A: WS_select (socket.c:4422) ==13698== by 0x7F0F0F0: ??? (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/nspr4.dll) ==13698== by 0x7F062D2: ??? (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/nspr4.dll) ==13698== -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36559 --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- I really can't see how this could be happening. The select code always free the memory, otherwise the ws2_32 test would show this error a lot. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36559 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36559 --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Created attachment 48995 --> https://bugs.winehq.org/attachment.cgi?id=48995 valgrind log with gecko debug symbols -- 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.
participants (1)
-
wine-bugs@winehq.org