summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/soundmanager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soundmanager.c b/src/soundmanager.c
index 9d72547..b499a06 100644
--- a/src/soundmanager.c
+++ b/src/soundmanager.c
@@ -290,6 +290,7 @@ void getListMainConnections(struct afb_req request)
}
AFB_DEBUG("json object :%s:",json_object_to_json_string(response));
afb_req_success(request, response, "Success to get main connection list");
+ g_variant_unref(mainConnectionList);
}
void getListMainSources(struct afb_req request)