mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
bluez: Fix typo in resetting the D-Bus connection
No real effect since FALSE and NULL are both 0
This commit is contained in:
parent
6b1ccb8685
commit
b40c4f53a7
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ gst_avdtp_connection_release (GstAvdtpConnection * conn)
|
|||
|
||||
dbus_connection_unref (conn->data.conn);
|
||||
|
||||
conn->data.conn = FALSE;
|
||||
conn->data.conn = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue