Skip to content
Commit 54ce4007 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

platforms/drm: don't delete connectors in DrmGpu::removeOutput

In DrmGpu::updateOutputs the connector is in the oldConnectors vector,
in DrmGpu::~DrmGpu it's in m_connectors. In both cases that's causing a
double free.

BUG: 438789
parent a6b31853
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment