[Bug 26042] advapi32/crypt tests show two leaks under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 6 21:12:01 CST 2018


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

Zhiyi Zhang <zzhang at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zzhang at codeweavers.com

--- Comment #5 from Zhiyi Zhang <zzhang at codeweavers.com> ---
$ valgrind --leak-check=full ../../../wine advapi32_test.exe.so crypt
==22872== Memcheck, a memory error detector
==22872== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==22872== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==22872== Command: ../../../wine advapi32_test.exe.so crypt
==22872== 
==22875== 
==22875== HEAP SUMMARY:
==22875==     in use at exit: 8,977 bytes in 42 blocks
==22875==   total heap usage: 69 allocs, 27 frees, 13,990 bytes allocated
==22875== 
==22875== LEAK SUMMARY:
==22875==    definitely lost: 0 bytes in 0 blocks
==22875==    indirectly lost: 0 bytes in 0 blocks
==22875==      possibly lost: 0 bytes in 0 blocks
==22875==    still reachable: 8,977 bytes in 42 blocks
==22875==         suppressed: 0 bytes in 0 blocks
==22875== Reachable blocks (those to which a pointer was found) are not shown.
==22875== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==22875== 
==22875== For counts of detected and suppressed errors, rerun with: -v
==22875== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
0008:crypt: 109 tests executed (0 marked as todo, 0 failures), 0 skipped.

$ ../../../wine --version
wine-3.3-1-g66dae6b1f2

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