зеркало из https://github.com/mozilla/cubeb.git
pulse: Fix realloc of devinfo array.
This commit is contained in:
Родитель
97b2929691
Коммит
e0acbf2e5e
|
@ -1001,7 +1001,7 @@ pulse_ensure_dev_list_data_list_size (pulse_dev_list_data * list_data)
|
|||
if (list_data->count == list_data->max) {
|
||||
list_data->max += 8;
|
||||
list_data->devinfo = realloc(list_data->devinfo,
|
||||
sizeof(cubeb_device_info) * list_data->max);
|
||||
sizeof(cubeb_device_info *) * list_data->max);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче