https://bugs.winehq.org/show_bug.cgi?id=36427
Bug ID: 36427 Summary: valgrind shows several leaks in dlls/taskschd/tests/scheduler.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
Created attachment 48456 --> https://bugs.winehq.org/attachment.cgi?id=48456 valgrind log
==26838== 96 bytes in 1 blocks are definitely lost in loss record 458 of 701 ==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==26838== by 0x4ECBA52: alloc_bstr (oleaut.c:162) ==26838== by 0x4ECC01D: SysAllocStringLen (oleaut.c:324) ==26838== by 0x4ECC128: SysAllocString (oleaut.c:232) ==26838== by 0x649A80E: regtask_get_Name (regtask.c:133) ==26838== by 0x4D69DF9: test_GetTask (taskschd.h:878) ==26838== by 0x4D6E424: func_scheduler (scheduler.c:1409) ==26838== by 0x4D6F224: run_test (test.h:584) ==26838== by 0x4D6F612: main (test.h:654) ==26838==
==26838== 76 bytes in 1 blocks are definitely lost in loss record 408 of 701 ==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==26838== by 0x649D2B8: TaskDefinition_get_Settings (taskschd_private.h:44) ==26838== by 0x4D6A227: test_TaskDefinition (taskschd.h:2557) ==26838== by 0x4D6E429: func_scheduler (scheduler.c:1410) ==26838== by 0x4D6F224: run_test (test.h:584) ==26838== by 0x4D6F612: main (test.h:654) ==26838==
==26960== 72 bytes in 1 blocks are definitely lost in loss record 400 of 702 ==26960== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==26960== by 0x5DB8D1C: RPCRT4_AllocBinding (rpc_binding.c:114) ==26960== by 0x5DBBDCD: RpcBindingFromStringBindingW (rpc_binding.c:140) ==26960== by 0x649DB71: TaskService_Connect (task.c:2613) ==26960== by 0x4D6C4F3: test_FolderCollection (taskschd.h:503) ==26960== by 0x4D6E41F: func_scheduler (scheduler.c:1408) ==26960== by 0x4D6F224: run_test (test.h:584) ==26960== by 0x4D6F612: main (test.h:654) ==26960==
==27105== 48 bytes in 3 blocks are definitely lost in loss record 333 of 703 ==27105== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==27105== by 0x649BBC8: RegisteredTask_create (taskschd_private.h:44) ==27105== by 0x64979C5: TaskFolder_RegisterTask (folder.c:334) ==27105== by 0x4D68043: test_GetTask (taskschd.h:2007) ==27105== by 0x4D6E424: func_scheduler (scheduler.c:1409) ==27105== by 0x4D6F224: run_test (test.h:584) ==27105== by 0x4D6F612: main (test.h:654) ==27105==
etc.