<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_CLOSED bz_closed"
title="CLOSED NOTOURBUG - i965/valgrind + glxgears = More than 10000000 total errors detected"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77863#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_CLOSED bz_closed"
title="CLOSED NOTOURBUG - i965/valgrind + glxgears = More than 10000000 total errors detected"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77863">bug 77863</a>
from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
<pre>Recompiling the valgrind package, you mean?
Are you closing glxgears by hitting Ctrl+C in the terminal or clicking the [X]
button in the window titlebar? Both of those simply kill the application - it
does not call glXDestroyContext. So everything it ever did with OpenGL leaks.
If you close it by pressing the Escape key, then it will quit gracefully,
calling glXDestroyContext. With DRI2, I get no leaks at all. (DRI3 apparently
has a few small leaks.)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>