[Bug 20548] Memory leak in pending overlapped I/O?

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 9 15:31:46 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20548





--- Comment #2 from Dan Kegel <dank at kegel.com>  2009-11-09 15:31:46 ---
And another one in ConnectNamedPipe:

24 bytes in 1 blocks are definitely lost in loss record 218 of 920
   at RtlAllocateHeap (heap.c:1423)
   by server_ioctl_file (file.c:1216)
   by NtFsControlFile (file.c:1451)
   by ConnectNamedPipe (sync.c:1588)
   by IPC::Channel::ChannelImpl::ProcessConnection (ipc_channel_win.cc:202)

To reproduce,
 wget -c http://kegel.com/wine/chromium/chromium-tests.tar.bz2
 tar -xjvf chromium-tests.tar.bz2
 valgrind --trace-children=yes --leak-check=full wine
src/chrome/Debug/ipc_tests.exe

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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