[Bug 36132] New: valgrind shows some leaks in gdiplus/tests/graphics.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 27 19:41:33 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36132

            Bug ID: 36132
           Summary: valgrind shows some leaks in gdiplus/tests/graphics.c
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: gdiplus
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p
gdiplus_test.exe.so graphics && touch graphics.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
fixme:gdiplus:GdipCreateBitmapFromGdiDib (0x4e2fbe4, 0x4e2fa54, 0x4e2fc0c) -
partially implemented
fixme:gdiplus:SOFTWARE_GdipDrawDriverString Ignoring flags 10
fixme:gdiplus:GdipGetNearestColor (0x4713ec0, (nil)): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor ((nil), 0x4e2fc2c): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x46f5d30, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x472cfe0, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x473efe0, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x47361d0, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x476bef8, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x4766fe8, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x4734530, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x4712e90, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x472fb48, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x472eec8, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x47333c8, 0x4e2fc2c): Passing color
unmodified
fixme:gdiplus:GdipGetNearestColor (0x46f5d30, 0x4e2fb48): Passing color
unmodified
fixme:gdiplus:GdipMeasureDriverString Ignoring flags 100
==28082== 928 bytes in 8 blocks are definitely lost in loss record 862 of 988
==28082==    at 0x7BC4C735: notify_alloc (heap.c:255)
==28082==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28082==    by 0x4E5A551: GdipAlloc (gdiplus.c:142)
==28082==    by 0x4E84835: GdipCreateBitmapFromScan0 (image.c:1828)
==28082==    by 0x496B0D7: create_graphics (graphics.c:106)
==28082==    by 0x4984109: test_transform (graphics.c:3709)
==28082==    by 0x4994E78: func_graphics (graphics.c:5573)
==28082==    by 0x49D96B0: run_test (test.h:584)
==28082==    by 0x49D9A9F: main (test.h:654)
==28082== 

==28082== 1,856 bytes in 16 blocks are definitely lost in loss record 902 of
988
==28082==    at 0x7BC4C735: notify_alloc (heap.c:255)
==28082==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28082==    by 0x4E5A551: GdipAlloc (gdiplus.c:142)
==28082==    by 0x4E84835: GdipCreateBitmapFromScan0 (image.c:1828)
==28082==    by 0x496B0D7: create_graphics (graphics.c:106)
==28082==    by 0x4982CAD: test_GdipMeasureString (graphics.c:3522)
==28082==    by 0x4994E7D: func_graphics (graphics.c:5574)
==28082==    by 0x49D96B0: run_test (test.h:584)
==28082==    by 0x49D9A9F: main (test.h:654)
==28082== 

==28082== 7,424 bytes in 64 blocks are definitely lost in loss record 970 of
988
==28082==    at 0x7BC4C735: notify_alloc (heap.c:255)
==28082==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28082==    by 0x4E5A551: GdipAlloc (gdiplus.c:142)
==28082==    by 0x4E84835: GdipCreateBitmapFromScan0 (image.c:1828)
==28082==    by 0x496B0D7: create_graphics (graphics.c:106)
==28082==    by 0x49836B7: test_GdipMeasureString (graphics.c:3597)
==28082==    by 0x4994E7D: func_graphics (graphics.c:5574)
==28082==    by 0x49D96B0: run_test (test.h:584)
==28082==    by 0x49D9A9F: main (test.h:654)
==28082==

-- 
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.



More information about the wine-bugs mailing list