Skip to content

Only connect to BufferInterface::aboutToBeDestroyed once

David Edmundson requested to merge work/buffer_attach into master

It is allowed to call surface_attach multiple times with the same buffer. We want to only connect for cleanup once.

Found whilst debugging a freeze, going through the list of BufferInterface connections I had multiple connections to the same SurfaceInterface.

CCBUG: 428361

Merge request reports

Loading