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

Commit 13d73b7d 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 memory leakage in audio HAL"

parents dbcf4c75 6eb4f75c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -468,6 +468,7 @@ void audio_extn_utils_update_streams_cfg_lists(void *platform,
                              streams_output_cfg_list,
                              streams_input_cfg_list);
            ALOGE("%s: could not load io policy config!", __func__);
            free(root);
            return;
        }
    }
@@ -480,6 +481,7 @@ void audio_extn_utils_update_streams_cfg_lists(void *platform,
                                       streams_input_cfg_list);

    config_free(root);
    free(root);
    free(data);
}