mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
...
This commit is contained in:
parent
3797294838
commit
b0bfa2b2fc
1 changed files with 4 additions and 0 deletions
4
glfw/dbus_glfw.c
vendored
4
glfw/dbus_glfw.c
vendored
|
|
@ -124,6 +124,10 @@ glfw_dbus_terminate(_GLFWDBUSData *dbus) {
|
|||
dbus_connection_unref(dbus->session_conn);
|
||||
dbus->session_conn = NULL;
|
||||
}
|
||||
if (dbus_data) {
|
||||
dbus_data->eld = NULL;
|
||||
dbus_data = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue