Message ID | 20200601005600.254025-1-alainm@chromium.org |
---|---|
State | New |
Headers | show |
Series | [BlueZ] a2dp:fixing double free in load_remote_sep | expand |
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index a2ce3204d..6f46c92bf 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -1967,7 +1967,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; } }