mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
parent
492caf4456
commit
751f9a9ea0
2 changed files with 4 additions and 2 deletions
|
|
@ -289,7 +289,8 @@ static void session_destroy(void *data)
|
|||
static void session_dbus_disconnected(void *data)
|
||||
{
|
||||
struct impl *impl = data;
|
||||
dbus_connection_unref(impl->bus);
|
||||
if (impl->bus)
|
||||
dbus_connection_unref(impl->bus);
|
||||
impl->bus = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue