[Bug 36173] New: valgrind shows several leaks in programs/wscript/tests/run.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 29 20:50:32 CDT 2014


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

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

==4782== 128 bytes in 1 blocks are definitely lost in loss record 192 of 300
==4782==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4782==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4782==    by 0x5ADA0B4: alloc_bstr (oleaut.c:162)
==4782==    by 0x5ADA44A: SysAllocStringLen (oleaut.c:324)
==4782==    by 0x4A32F3C: a2bstr (run.c:100)
==4782==    by 0x4A33CE2: Dispatch_Invoke (run.c:276)
==4782==    by 0x5B1C187: IDispatch_Invoke_Stub (oaidl.h:817)
==4782==    by 0x5B4760B: IDispatch_RemoteInvoke_Stub (oleaut32_oaidl_p.c:1028)
==4782==    by 0x5A3154F: CStdStubBuffer_Invoke (cstub.c:477)
==4782==    by 0x4FB81C7: RPC_ExecuteCall (objidl.h:9086)
==4782==    by 0x4FB8654: dispatch_rpc (rpc.c:1503)
==4782==    by 0x5A63AB2: process_request_packet (rpc_server.c:441)
==4782==    by 0x5A63F06: RPCRT4_process_packet (rpc_server.c:519)
==4782==    by 0x5A64099: RPCRT4_worker_thread (rpc_server.c:541)
==4782==    by 0x7BC90974: worker_thread_proc (threadpool.c:110)
==4782==    by 0x7BC87017: ??? (signal_i386.c:2571)
==4782==    by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4782==    by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4782==    by 0x7BC8E43C: start_thread (thread.c:428)
==4782==    by 0x4218F92: start_thread (pthread_create.c:309)
==4782== 

==6569== 48 bytes in 1 blocks are definitely lost in loss record 293 of 666
==6569==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==6569==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==6569==    by 0x5AB80B4: alloc_bstr (oleaut.c:162)
==6569==    by 0x5AB85F5: SysAllocStringByteLen (oleaut.c:413)
==6569==    by 0x5B07F9B: VariantCopy (variant.c:776)
==6569==    by 0x5B083D7: VariantCopyInd (variant.c:866)
==6569==    by 0x6E13F51: exec_script (interp.c:2063)
==6569==    by 0x6E0FB33: do_icall (interp.c:596)
==6569==    by 0x6E0FDDF: interp_icallv (interp.c:648)
==6569==    by 0x6E140CD: exec_script (interp.c:2108)
==6569==    by 0x6E269E6: exec_global_code (vbscript.c:83)
==6569==    by 0x6E26A3C: exec_queued_code (vbscript.c:95)
==6569==    by 0x6E276E1: VBScript_SetScriptState (vbscript.c:349)
==6569==    by 0x4C5F7CC: run_script (activscp.h:1013)
==6569==    by 0x4C5FD00: wWinMain (main.c:419)
==6569==    by 0x4C5FF63: wmain (exe_wmain.c:51)
==6569==    by 0x4C5FE40: __wine_spec_exe_wentry (exe_wentry.c:36)
==6569==    by 0x7B8641DB: ??? (process.c:1045)
==6569==    by 0x7B864328: start_process (process.c:1097)
==6569==    by 0x7BC87017: ??? (signal_i386.c:2571)
==6569==

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