[Bug 36146] New: valgrind shows several leaks in dlls/jscript/tests/caller.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 28 20:57:39 CDT 2014


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

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

==32653== 12 bytes in 1 blocks are definitely lost in loss record 69 of 753
==32653==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==32653==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==32653==    by 0x697611F: ???
==32653==    by 0x69764DD: ???
==32653==    by 0x6976548: ???
==32653==    by 0x6977213: ???
==32653==    by 0x69793E6: ???
==32653==    by 0x6979560: ???
==32653==    by 0x69796F5: ???
==32653==    by 0x6979D90: ???
==32653==    by 0x6972401: ???
==32653==    by 0x4E4DA12: _call_change_type (dispex.h:686)
==32653==    by 0x4E4DC08: test_change_type (caller.c:139)
==32653==    by 0x4E4DFD6: test_change_types (caller.c:196)
==32653==    by 0x4E4E3B6: test_caller (caller.c:238)
==32653==    by 0x4E4EADA: Test_InvokeEx (caller.c:363)
==32653==    by 0x695D3E5: ???
==32653==    by 0x69621D9: ???
==32653==    by 0x6966B58: ???
==32653==    by 0x6966F33: ???
==32653== 

==32708== 18 bytes in 1 blocks are definitely lost in loss record 129 of 768
==32708==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==32708==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==32708==    by 0x6A2F11F: ???
==32708==    by 0x6A2F4DD: ???
==32708==    by 0x6A2F548: ???
==32708==    by 0x6A312DE: ???
==32708==    by 0x6A32C08: ???
==32708==    by 0x6A2B401: ???
==32708==    by 0x4E4E1D2: test_change_types (dispex.h:686)
==32708==    by 0x4E4F1E2: run_scripts (caller.c:549)
==32708==    by 0x4E4F3CB: func_caller (caller.c:585)
==32708==    by 0x4E5ED5F: run_test (test.h:584)
==32708==    by 0x4E5F14E: main (test.h:654)
==32708== 

==2241== 28 bytes in 1 blocks are definitely lost in loss record 233 of 768
==2241==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2241==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2241==    by 0x6A2F11F: ???
==2241==    by 0x6A2F4DD: ???
==2241==    by 0x6A2F548: ???
==2241==    by 0x6A2F1E3: ???
==2241==    by 0x6A2FE69: ???
==2241==    by 0x6A2BC3E: ???
==2241==    by 0x6A4ABD4: ???
==2241==    by 0x7BC52F48: ??? (loader.c:138)
==2241==    by 0x7BC55586: MODULE_InitDLL (loader.c:1068)
==2241==    by 0x7BC55904: process_attach (loader.c:1157)
==2241==    by 0x7BC5856A: LdrLoadDll (loader.c:2129)
==2241==    by 0x7B85A735: load_library (module.c:933)
==2241==    by 0x7B85A8A3: LoadLibraryExW (module.c:990)
==2241==    by 0x544D69A: COMPOBJ_DllList_Add (compobj.c:495)
==2241==    by 0x544FB62: apartment_getclassobject (compobj.c:1335)
==2241==    by 0x54532AC: get_inproc_class_object (compobj.c:2894)
==2241==    by 0x545376B: CoGetClassObject (compobj.c:3032)
==2241==    by 0x5453D2D: CoCreateInstance (compobj.c:3197)


Also, possibly:
==2205== 64 bytes in 2 blocks are possibly lost in loss record 411 of 768
==2205==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2205==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2205==    by 0x4FE80B4: alloc_bstr (oleaut.c:162)
==2205==    by 0x4FE844A: SysAllocStringLen (oleaut.c:324)
==2205==    by 0x4FE8161: SysAllocString (oleaut.c:232)
==2205==    by 0x6A15E31: ???
==2205==    by 0x6A1730E: ???
==2205==    by 0x6A174E2: ???
==2205==    by 0x6A17DBF: ???
==2205==    by 0x6A18017: ???
==2205==    by 0x6A18088: ???
==2205==    by 0x6A19957: ???
==2205==    by 0x6A17F2E: ???
==2205==    by 0x6A19D84: ???
==2205==    by 0x6A1A5F8: ???
==2205==    by 0x6A3A6D1: ???
==2205==    by 0x4E4EE13: _parse_script_a (activscp.h:1290)
==2205==    by 0x4E4F186: run_scripts (caller.c:541)
==2205==    by 0x4E4F3CB: func_caller (caller.c:585)
==2205==    by 0x4E5ED5F: run_test (test.h:584)
==2205==

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