<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Intel driver crashes after switching between fullscreen and windowed mode on RetroArch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93844#c48">Comment # 48</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Intel driver crashes after switching between fullscreen and windowed mode on RetroArch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93844">bug 93844</a>
from <span class="vcard"><a class="email" href="mailto:diego.viola@gmail.com" title="Diego Viola <diego.viola@gmail.com>"> <span class="fn">Diego Viola</span></a>
</span></b>
<pre>(In reply to Chris Wilson from <a href="show_bug.cgi?id=93844#c47">comment #47</a>)
<span class="quote">> I think the bug is really:
>
> diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c
> index 5d54ab9..af7d136 100644
> --- a/hw/xfree86/dri2/dri2.c
> +++ b/hw/xfree86/dri2/dri2.c
> @@ -420,6 +420,9 @@ DRI2DrawableGone(void *p, XID id)
> (*pDraw->pScreen->DestroyPixmap)(pPriv->redirectpixmap);
> }
>
> + if (pPriv->blockedClient)
> + AttendClient(pPriv->blockedClient);
> +
> free(pPriv);
>
> return Success;</span >
Thanks, should I try this patch or the previous one too?
Sorry, I'm a little confused.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>