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

Commit 188c230e authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Fix possible crash" am: a8ac5e95 am: df9adda7 am: 9c5e909d

parents 0ff22c91 9c5e909d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2381,6 +2381,11 @@ class LeAudioClientImpl : public LeAudioClient {
      return;
    }

    if (!stream_conf->conf) {
      LOG_INFO("Configuration not yet set. Nothing to do now");
      return;
    }

    auto num_of_devices =
        get_num_of_devices_in_configuration(stream_conf->conf);