[Bug 36284] New: valgrind shows a leak in inetmib1/tests/main.c
https://bugs.winehq.org/show_bug.cgi?id=36284 Bug ID: 36284 Summary: valgrind shows a leak in inetmib1/tests/main.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com ==28471== 28 bytes in 1 blocks are definitely lost in loss record 21 of 75 ==28471== at 0x7BC4C735: notify_alloc (heap.c:255) ==28471== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==28471== by 0x4A87201: SnmpUtilOidCpy (main.c:332) ==28471== by 0x4AA18F3: ??? ==28471== by 0x4944E3D: testInit (main.c:67) ==28471== by 0x49469FE: func_main (main.c:504) ==28471== by 0x4947804: run_test (test.h:584) ==28471== by 0x4947BF2: main (test.h:654) ==28471== -- 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=36284 --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> --- This is intentional:
if (0) { /* Fails when called on win8, documentation suggests that extension itself is responsible for freeing this oid */ SnmpUtilOidFree(&oid); }
-- 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=36284 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Thanks, suppressed. -- 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=36284 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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