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

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

Merge "leaudio: Fix possible crash" am: a8ac5e95

parents 1673a61f a8ac5e95
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);