[Bug 38440] valgrind shows a definite leak in comdlg32/filedlg

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 20 13:41:21 CDT 2015


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

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
A similar bug in programs/wscript/tests/run.c:
==20417== 28 bytes in 1 blocks are definitely lost in loss record 68 of 325
==20417==    at 0x7BC49E0E: notify_alloc (heap.c:254)
==20417==    by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==20417==    by 0x7BC43059: alloc_fileio (file.c:381)
==20417==    by 0x7BC45096: server_ioctl_file (file.c:1404)
==20417==    by 0x7BC45A43: NtFsControlFile (file.c:1684)
==20417==    by 0x7B872671: ConnectNamedPipe (sync.c:1615)
==20417==    by 0x48CE7D3: local_server_thread (rpc.c:1917)
==20417==    by 0x7BC8023F: ??? (signal_i386.c:2682)
==20417==    by 0x7BC80286: call_thread_func (signal_i386.c:2741)
==20417==    by 0x7BC8021D: ??? (signal_i386.c:2682)
==20417==    by 0x7BC8726D: start_thread (thread.c:443)
==20417==    by 0x4214EFA: start_thread (pthread_create.c:309)
==20417==    by 0x431362D: clone (clone.S:129)
==20417==

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