https://bugs.winehq.org/show_bug.cgi?id=36295
Bug ID: 36295 Summary: valgrind shows a potential leak in msvcp60/tests/string.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==4912== 3 bytes in 1 blocks are possibly lost in loss record 17 of 143 ==4912== at 0x7BC4C735: notify_alloc (heap.c:255) ==4912== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==4912== by 0x4D843CE: MSVCRT_operator_new (heap.c:63) ==4912== by 0x5290791: MSVCP_allocator_char_allocate (memory.c:41) ==4912== by 0x5291083: basic_string_char__Grow (string.c:197) ==4912== by 0x5291955: basic_string_char_assign_cstr_len (string.c:366) ==4912== by 0x5291A26: basic_string_char_assign_cstr (string.c:394) ==4912== by 0x5291DF8: basic_string_char_ctor_cstr_alloc (string.c:471) ==4912== by 0x5291E31: basic_string_char_ctor_cstr (string.c:478) ==4912== by 0x528F59B: locale__Init (locale.c:8162) ==4912== by 0x528FC0A: locale_ctor (locale.c:8272) ==4912== by 0x5255DC6: basic_streambuf_char_ctor (ios.c:952) ==4912== by 0x525A51B: basic_filebuf_char_ctor_file (ios.c:2364) ==4912== by 0x52768E0: init_io (ios.c:12310) ==4912== by 0x529071E: DllMain (main.c:92) ==4912== by 0x5299BBA: __wine_spec_dll_entry (dll_entry.c:40) ==4912== by 0x7BC52FC0: ??? (loader.c:138) ==4912== by 0x7BC555FE: MODULE_InitDLL (loader.c:1068) ==4912== by 0x7BC5597C: process_attach (loader.c:1157) ==4912== by 0x7BC585E2: LdrLoadDll (loader.c:2129) ==4912==
http://bugs.winehq.org/show_bug.cgi?id=36295
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |piotr.caban@gmail.com Resolution|--- |INVALID
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- This bug is similar to Bug 36296. I'm closing it since there's no point in keeping both of these bugs open.
https://bugs.winehq.org/show_bug.cgi?id=36295
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|INVALID |DUPLICATE
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Piotr Caban from comment #1)
This bug is similar to Bug 36296. I'm closing it since there's no point in keeping both of these bugs open.
Duplicate.
*** This bug has been marked as a duplicate of bug 36296 ***