Diff between e50edf7cbecf4f6b1cd79ac7523e674f2247ee66 and 6a4f06b68ed0ae8457b0336e4cb28e41f1f68a70

Changed Files

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

Full Patch

diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c
index 303427e..13dd4c3 100644
--- a/profiles/audio/avctp.c
+++ b/profiles/audio/avctp.c
@@ -749,6 +749,7 @@ static void browsing_response(struct avctp_channel *browsing,
 			return;
 
 		browsing->processed = g_slist_remove(browsing->processed, p);
+		pending_destroy(p, NULL);
 
 		return;
 	}