Skip to content
  • Michael Olbrich's avatar
    libs: window: wayland: destroy all wayland buffers during finalize · f5676b3b
    Michael Olbrich authored
    Some buffers and the associated FrameState state may still be pending at
    that point. If the wayland connection is shared, then messages for the
    buffer may still arrive. However, the associated event queue is already
    deleted. So the result is a crash.
    
    With a private connection the associated memory is leaked instead.
    f5676b3b