https://bugs.winehq.org/show_bug.cgi?id=36330
Bug ID: 36330 Summary: valgrind shows a couple leak in secur32/tests/schannel.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==16588== 8 bytes in 1 blocks are definitely lost in loss record 10 of 297 ==16588== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==16588== by 0x5ADC1F3: ??? ==16588== by 0x5ADCAC8: ??? ==16588== by 0x4D7D019: test_communication (schannel.c:696) ==16588== by 0x4D7E737: func_schannel (schannel.c:907) ==16588== by 0x4D805BC: run_test (test.h:584) ==16588== by 0x4D809AB: main (test.h:654) ==16588==
==16588== 11,108 bytes in 146 blocks are possibly lost in loss record 293 of 297 ==16588== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==16588== by 0x4FA85DF: CryptMemAlloc (main.c:124) ==16588== by 0x4FB9D32: crypt_oid_init (oid.c:1431) ==16588== by 0x4FA81F8: DllMain (main.c:46) ==16588== by 0x4FCCF36: __wine_spec_dll_entry (dll_entry.c:40) ==16588== by 0x7BC53B24: ??? (in /home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so) ==16588== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068) ==16588== by 0x7BC56AE7: process_attach (loader.c:1157) ==16588== by 0x7BC596E6: LdrLoadDll (loader.c:2129) ==16588== by 0x7B8581FE: load_library (module.c:933) ==16588== by 0x7B8582C9: LoadLibraryExW (module.c:990) ==16588== by 0x7B8583E0: LoadLibraryExA (module.c:970) ==16588== by 0x7B85844C: LoadLibraryA (module.c:1022) ==16588== by 0x4D7E4B0: func_schannel (schannel.c:122) ==16588== by 0x4D805BC: run_test (test.h:584) ==16588== by 0x4D809AB: main (test.h:654) ==16588==
https://bugs.winehq.org/show_bug.cgi?id=36330
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows a couple |valgrind shows a couple |leak in |leaks in |secur32/tests/schannel.c |secur32/tests/schannel.c
https://bugs.winehq.org/show_bug.cgi?id=36330
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind