<div dir="ltr"><div>That's ok with me.Thanks for the explanation. So Valgrind will report these "intentional" memory leaks in addition to the "unintentional" ones. Correct?<br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/5/21 Dmitry Timoshkov <span dir="ltr"><<a href="mailto:dmitry@baikal.ru" target="_blank">dmitry@baikal.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Christian Costa <<a href="mailto:titan.costa@gmail.com">titan.costa@gmail.com</a>> wrote:<br>
<br>
> Out of curiosity. Not freeing these memory allocations shouldn't disturb<br>
> Valgrind to report false memory leaks?<br>
<br>
</div>Avoiding heap access on process exit should avoid possible dead locks<br>
in case a terminated by ExitProcess thread holds the heap lock.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dmitry.<br>
</font></span></blockquote></div><br></div>