http://bugs.winehq.org/show_bug.cgi?id=20757
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-05-10 19:05:50 CDT --- Dan, I have tried this command inside the dlls/netapi32/tests:
WINETEST_PLATFORM=wine WINE_HEAP_REDZONE=16 valgrind --trace-children=yes --track-origins=yes --leak-check=full wine netapi32_test.exe.so access
Here are my results:
==31279== LEAK SUMMARY: ==31279== definitely lost: 0 bytes in 0 blocks ==31279== indirectly lost: 120 bytes in 10 blocks ==31279== possibly lost: 20 bytes in 1 blocks ==31279== still reachable: 22,495 bytes in 53 blocks ==31279== suppressed: 6,522 bytes in 43 blocks
Is this the right way to do it? Is it fixed since your original message didn't appear? If that is not the right way to test please tell how to do it properly.