Skip to content
  • David Edmundson's avatar
    Only connect to BufferInterface::aboutToBeDestroyed once · 18df2451
    David Edmundson authored
    It is allowed to call surface_attach multiple times with the same
    buffer. We want to only connect once.
    
    Found whilst debugging a freeze, going through the list of
    BufferInterface connections I had multiple to the same SurfaceInterface.
    
    CCBUG: 428361
    18df2451