summaryrefslogtreecommitdiffstats
path: root/plugins/lib/bluetooth/hal-bt-mixer-link.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lib/bluetooth/hal-bt-mixer-link.c')
-rw-r--r--plugins/lib/bluetooth/hal-bt-mixer-link.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/lib/bluetooth/hal-bt-mixer-link.c b/plugins/lib/bluetooth/hal-bt-mixer-link.c
index 714c4e8..abbd1b7 100644
--- a/plugins/lib/bluetooth/hal-bt-mixer-link.c
+++ b/plugins/lib/bluetooth/hal-bt-mixer-link.c
@@ -65,9 +65,12 @@ int HalBtMixerLinkSetBtStreamingSettings(AFB_ApiT apiHandle, char *mixerApiName,
returnedError ? returnedError : "no_error_string",
MIXER_SET_STREAMED_BT_DEVICE_VERB,
mixerApiName);
+ json_object_put(returnedJ);
return -4;
}
+ json_object_put(returnedJ);
+
if(btStreamStatus)
AFB_ApiInfo(apiHandle, "Bluetooth streamed device changed to hci='%s' address='%s'", hci, btAddress);
else