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

Commit c4ad7c02 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: fix a memeory leak caused by using str_parms_to_str()"

parents 50682d84 29b8fc7b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1531,6 +1531,7 @@ static char* out_get_parameters(const struct audio_stream *stream, const char *k
        voice_extn_out_get_parameters(out, query, reply);
        str = str_parms_to_str(reply);
        if (!strncmp(str, "", sizeof(""))) {
            free(str);
            str = strdup(keys);
        }
    }