Skip to content
Snippets Groups Projects
Commit 6be3f110 authored by Tom Stellard's avatar Tom Stellard Committed by Ian Romanick
Browse files

pipe-loader: Don't destroy the winsys in the sw loader


The screen takes ownership of the winsys, and is responsible for
destroying it.  Users of pipe-loader should make sure they destory
and  screens they've created to avoid memory leaks.

This fixes a crash in clover introduced by
ce6c17c0 where the pipe-loader was
destroying the winsys while a screen was still using it.

Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit c650033b)
parent c469c8da
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment