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
@ -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…
x
Reference in New Issue
Block a user