[Bug 36645] New: valgrind shows two definite leaks in mshtml/tests/htmllocation.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 2 05:26:10 CDT 2014


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

            Bug ID: 36645
           Summary: valgrind shows two definite leaks in
                    mshtml/tests/htmllocation.c
           Product: Wine
           Version: 1.7.19
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==25103== 2 bytes in 1 blocks are definitely lost in loss record 22 of 5,735
==25103==    at 0x7BC4C75D: notify_alloc (heap.c:255)
==25103==    by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==25103==    by 0x5D38D16: heap_alloc (internet.h:116)
==25103==    by 0x5D38F5F: heap_strdupWtoA (internet.h:213)
==25103==    by 0x5D3DE38: FTP_SendCommand (ftp.c:2715)
==25103==    by 0x5D3F228: FTP_SendRetrieve (ftp.c:3323)
==25103==    by 0x5D3B127: FTP_FtpOpenFileW (ftp.c:1341)
==25103==    by 0x5D3B64B: AsyncFtpOpenFileProc (ftp.c:1478)
==25103==    by 0x5D5BD9B: INTERNET_WorkerThreadFunc (internet.c:3840)
==25103==    by 0x7BC90A9A: worker_thread_proc (threadpool.c:110)
==25103==    by 0x7BC87137: ??? (signal_i386.c:2571)
==25103==    by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==25103==    by 0x7BC87115: ??? (signal_i386.c:2571)
==25103==    by 0x7BC8E560: start_thread (thread.c:428)
==25103==    by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==25103==    by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)

==25103== 9 bytes in 1 blocks are definitely lost in loss record 352 of 5,735
==25103==    at 0x7BC4C75D: notify_alloc (heap.c:255)
==25103==    by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==25103==    by 0x5D38D16: heap_alloc (internet.h:116)
==25103==    by 0x5D3DC6B: FTP_SendCommandA (ftp.c:2675)
==25103==    by 0x5D3DE69: FTP_SendCommand (ftp.c:2716)
==25103==    by 0x5D3F228: FTP_SendRetrieve (ftp.c:3323)
==25103==    by 0x5D3B127: FTP_FtpOpenFileW (ftp.c:1341)
==25103==    by 0x5D3B64B: AsyncFtpOpenFileProc (ftp.c:1478)
==25103==    by 0x5D5BD9B: INTERNET_WorkerThreadFunc (internet.c:3840)
==25103==    by 0x7BC90A9A: worker_thread_proc (threadpool.c:110)
==25103==    by 0x7BC87137: ??? (signal_i386.c:2571)
==25103==    by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==25103==    by 0x7BC87115: ??? (signal_i386.c:2571)
==25103==    by 0x7BC8E560: start_thread (thread.c:428)
==25103==    by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==25103==    by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==25103==

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