This commit is contained in:
Kovid Goyal 2018-07-09 15:31:39 +05:30
parent 3797294838
commit b0bfa2b2fc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

4
glfw/dbus_glfw.c vendored
View File

@ -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