[Bug 36133] New: valgrind shows some leaks in gdiplus/tests/image.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 27 20:32:15 CDT 2014


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

            Bug ID: 36133
           Summary: valgrind shows some leaks in gdiplus/tests/image.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

==29933== 16 bytes in 1 blocks are definitely lost in loss record 108 of 637
==29933==    at 0x7BC4C735: notify_alloc (heap.c:255)
==29933==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933==    by 0x681EB57: ungif_alloc (ungif.c:61)
==29933==    by 0x681EC67: MakeMapObject (ungif.c:155)
==29933==    by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933==    by 0x682002D: DGifSlurp (ungif.c:891)
==29933==    by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933==    by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933==    by 0x4E99E21: decode_image_gif (image.c:3580)
==29933==    by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933==    by 0x49ACB7F: load_image (image.c:2793)
==29933==    by 0x49B2659: test_gif_properties (image.c:4032)
==29933==    by 0x49B4628: func_image (image.c:4293)
==29933==    by 0x49D96B0: run_test (test.h:584)
==29933==    by 0x49D9A9F: main (test.h:654)
==29933== 

==29933== 16 bytes in 1 blocks are definitely lost in loss record 109 of 637
==29933==    at 0x7BC4C735: notify_alloc (heap.c:255)
==29933==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933==    by 0x681EB57: ungif_alloc (ungif.c:61)
==29933==    by 0x681EC67: MakeMapObject (ungif.c:155)
==29933==    by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933==    by 0x682002D: DGifSlurp (ungif.c:891)
==29933==    by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933==    by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933==    by 0x4E99E21: decode_image_gif (image.c:3580)
==29933==    by 0x4E9A687: GdipImageSelectActiveFrame (image.c:3742)
==29933==    by 0x49B286A: test_gif_properties (image.c:4051)
==29933==    by 0x49B4628: func_image (image.c:4293)
==29933==    by 0x49D96B0: run_test (test.h:584)
==29933==    by 0x49D9A9F: main (test.h:654)
==29933== 

==29933== 28 bytes in 1 blocks are possibly lost in loss record 182 of 637
==29933==    at 0x7BC4C735: notify_alloc (heap.c:255)
==29933==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933==    by 0x5C308B6: COMPOBJ_DllList_Add (compobj.c:526)
==29933==    by 0x5C32BF2: apartment_getclassobject (compobj.c:1335)
==29933==    by 0x5C3633C: get_inproc_class_object (compobj.c:2894)
==29933==    by 0x5C367FB: CoGetClassObject (compobj.c:3032)
==29933==    by 0x5C36DBD: CoCreateInstance (compobj.c:3197)
==29933==    by 0x4E9943F: decode_image_wic (image.c:3403)
==29933==    by 0x4E99E64: decode_image_tiff (image.c:3585)
==29933==    by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933==    by 0x49ACB7F: load_image (image.c:2793)
==29933==    by 0x49AFBF6: test_tiff_palette (image.c:3424)
==29933==    by 0x49B4619: func_image (image.c:4290)
==29933==    by 0x49D96B0: run_test (test.h:584)
==29933==    by 0x49D9A9F: main (test.h:654)
==29933==

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