https://bugs.winehq.org/show_bug.cgi?id=36328
Bug ID: 36328 Summary: valgrind shows a leak in rsaenh/tests/rsaenh.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
==16347== 88,188 (416 direct, 87,772 indirect) bytes in 7 blocks are definitely lost in loss record 2,195 of 2,200 ==16347== at 0x4006B11: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==16347== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x4ED0DF8E: FT_Add_Module (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x4ED040FE: FT_Add_Default_Modules (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x4ED04169: FT_Init_FreeType (in /usr/lib/libfreetype.so.6.10.2) ==16347== by 0x6296169: ??? ==16347== by 0x6298F85: ??? ==16347== by 0x62B4A52: ??? ==16347== by 0x7BC53B24: ??? (in /home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so) ==16347== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068) ==16347== by 0x7BC56AE7: process_attach (loader.c:1157) ==16347== by 0x7BC56AB9: process_attach (loader.c:1149) ==16347== by 0x7BC56AB9: process_attach (loader.c:1149) ==16347== by 0x7BC56AB9: process_attach (loader.c:1149) ==16347== by 0x7BC596E6: LdrLoadDll (loader.c:2129) ==16347== by 0x7B8581FE: load_library (module.c:933) ==16347== by 0x7B8582C9: LoadLibraryExW (module.c:990) ==16347== by 0x7B8584AC: LoadLibraryW (module.c:1032) ==16347==
https://bugs.winehq.org/show_bug.cgi?id=36328
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36328
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from Austin English austinenglish@gmail.com --- Not this, but something else: ==23347== 1,248 bytes in 3 blocks are definitely lost in loss record 350 of 403 ==23347== at 0x7BC483AD: notify_alloc (heap.c:260) ==23347== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726) ==23347== by 0x4EA6B7D: ??? ==23347== by 0x4EA92A8: ??? ==23347== by 0x4E6CE5E: ??? ==23347== by 0x4E769C9: ??? ==23347== by 0x4E77A70: ??? ==23347== by 0x4D62F30: CryptCreateHash (crypt.c:765) ==23347== by 0x4C1C00A: test_hashes (rsaenh.c:554) ==23347== by 0x4C281DB: func_rsaenh (rsaenh.c:3943) ==23347== by 0x4C285DC: run_test (test.h:617) ==23347== by 0x4C2901A: main (test.h:701)
still, different issue, different bug.
https://bugs.winehq.org/show_bug.cgi?id=36328
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc3.