Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcdf3a41 authored by Daihee Kang's avatar Daihee Kang Committed by David Duarte
Browse files

Fix for infinite loop in free_gatt_resources

(cherry picked from https://android-review.googlesource.com/q/commit:c4b6d03982a04e9b42c02273b4b07a647884d3ba)
Bug: 285958436
Merged-In: Idecd58c6b8e2ad17e074cef82f04255910fc3c10
Change-Id: Idecd58c6b8e2ad17e074cef82f04255910fc3c10
parent 2ae6a0e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -708,6 +708,7 @@ struct eatt_impl {

      fixed_queue_free(channel->server_outstanding_cmd_.multi_rsp_q, NULL);
      channel->server_outstanding_cmd_.multi_rsp_q = NULL;
      iter++;
    }
  }