[PATCH] desktop-shell: fix bug referencing invalid surface list
Ryo Munakata
ryomnktml at gmail.com
Wed Aug 5 20:14:04 PDT 2015
Hi Derek.
On 08/05, Derek Foreman wrote:
> On 29/07/15 01:12 PM, Ryo Munakata wrote:
> > In shell_destroy_shell_surface, we remove the link of a shell_surface.
> > There is a case which the link references shell_client::surface_list
> > which is already free'd.
> > Therefore we have to remove shell_client::surface_list when freeing
> > a shell_client.
> >
> > Signed-off-by: Ryo Munakata <ryomnktml at gmail.com>
> > ---
> > desktop-shell/shell.c | 3 +++
> > 1 file changed, 3 insertions(+)
>
> I thought this looked familiar...
>
> See also:
> http://patchwork.freedesktop.org/patch/50713/
>
> :)
>
Oh, I missed your patch. Sry.
I withdraw this patch.
:)
Thank you.
More information about the wayland-devel
mailing list