https://bugs.winehq.org/show_bug.cgi?id=43312
Bug ID: 43312 Summary: valgrind shows a definite leak in dlls/d2d1/tests/d2d1.c Product: Wine Version: 2.12 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: d2d Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M d2d1.dll -p d2d1_test.exe.so d2d1 && touch d2d1.ok ==17025== 48 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,485 ==17025== at 0x7BC50812: notify_alloc (heap.c:254) ==17025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==17025== by 0x4B6F73F: d2d_factory_CreateStrokeStyle (factory.c:221) ==17025== by 0x4A31EDA: ID2D1Factory_CreateStrokeStyle (d2d1.h:8808) ==17025== by 0x4A31EDA: test_stroke_style (???:0) ==17025== by 0x4A398E4: func_d2d1 (d2d1.c:5512) ==17025== by 0x4A3A744: run_test (test.h:603) ==17025== by 0x4A3AB95: main (test.h:687) ==17025==