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@winehq.org Reporter: austinenglish@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==
https://bugs.winehq.org/show_bug.cgi?id=36284
--- Comment #1 from Hans Leidekker hans@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); }
https://bugs.winehq.org/show_bug.cgi?id=36284
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX
--- Comment #2 from Austin English austinenglish@gmail.com --- Thanks, suppressed.
https://bugs.winehq.org/show_bug.cgi?id=36284
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.