mbox series

[BlueZ,0/1] avdtp: Free discover when send_request returns error

Message ID 20220621043133.7720-1-zhaochengyi@uniontech.com
Headers show
Series avdtp: Free discover when send_request returns error | expand

Message

Chengyi Zhao June 21, 2022, 4:31 a.m. UTC
When send_request returns an error, session->discover should
be released here, so that the next time the program enters
avdtp_discover, the -EBUSY error will not be returned.

Chengyi (1):
  avdtp: Free discover when send_request returns error

 profiles/audio/avdtp.c | 3 +++
 1 file changed, 3 insertions(+)