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

Commit c4b6d039 authored by Daihee Kang's avatar Daihee Kang
Browse files

Fix for infinite loop in free_gatt_resources

Change-Id: Idecd58c6b8e2ad17e074cef82f04255910fc3c10
parent 7efc8cbf
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++;
    }
  }