Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compositor: move wl_display_destroy_clients so we dont crash on exit #5498

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. compositor: move wl_display_destroy_clients

    if enough clients are open when destructing the compositor destroying
    clients will emit a wl_surface_unmap that a WLListener catches and doing
    so it calls listener_unmapLayerSurface that tries to iterate over input
    manager that is already destroyed, move the destruction of clients above
    g_pInputManager.reset() and removeAllSignals() to ensure we dont
    segfault at exit.
    gulafaran committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    88fdf88 View commit details
    Browse the repository at this point in the history