Diff between 8d2b847b007b8d0a271edf991be51db8023e2832 and 081ba296db6e918bbb861d656dd99ba0551c0b8e

Changed Files

File Additions Deletions Status
profiles/audio/media.c +1 -0 modified

Full Patch

diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index 521902e..edefedc 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -1910,6 +1910,7 @@ static void app_free(void *data)
 {
 	struct media_app *app = data;
 
+	queue_destroy(app->proxies, NULL);
 	queue_destroy(app->endpoints, media_endpoint_remove);
 	queue_destroy(app->players, media_player_remove);