mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: bluez: backend-native: use correct pointer
The yolo pointer strikes again. Pass the correc pointer to `mm_unregister()`.
This commit is contained in:
parent
ff62eb59e2
commit
54b0886c78
1 changed files with 1 additions and 1 deletions
|
|
@ -2794,7 +2794,7 @@ static int backend_native_free(void *data)
|
|||
sco_close(backend);
|
||||
|
||||
if (backend->modemmanager) {
|
||||
mm_unregister(backend);
|
||||
mm_unregister(backend->modemmanager);
|
||||
backend->modemmanager = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue