diff options
Diffstat (limited to 'src/modules/bluetooth/bluetooth-util.c')
| -rw-r--r-- | src/modules/bluetooth/bluetooth-util.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index 6e4344f7..5c7681d4 100644 --- a/src/modules/bluetooth/bluetooth-util.c +++ b/src/modules/bluetooth/bluetooth-util.c @@ -773,6 +773,8 @@ void pa_bluetooth_discovery_unref(pa_bluetooth_discovery *y) {      if (y->core)          pa_shared_remove(y->core, "bluetooth-discovery"); + +    pa_xfree(y);  }  void pa_bluetooth_discovery_sync(pa_bluetooth_discovery *y) { | 
