Diff between 390c2b0885bfb3d301a50b4959e50c31de52b91c and 2a0ae8294b52864db38dee9b94c2c3368a4f79c8

Changed Files

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

Full Patch

diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 1b92352..7f14c88 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -1988,7 +1988,6 @@ static void load_remote_sep(struct a2dp_channel *chan, GKeyFile *key_file,
 
 			if (sscanf(caps + i, "%02hhx", tmp) != 1) {
 				warn("Unable to load Endpoint: seid %u", rseid);
-				g_free(value);
 				break;
 			}
 		}