Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2023-01-16 Thread Volker Rümelin
Am 16.01.23 um 09:58 schrieb Daniel P. Berrangé: On Sun, Dec 18, 2022 at 06:39:00PM +0100, Volker Rümelin wrote: Am 18.12.22 um 18:26 schrieb Philippe Mathieu-Daudé: On 18/12/22 18:15, Volker Rümelin wrote: Use g_malloc0() as a direct replacement for audio_calloc(). Signed-off-by: Volker

Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2023-01-16 Thread Daniel P . Berrangé
On Sun, Dec 18, 2022 at 06:39:00PM +0100, Volker Rümelin wrote: > Am 18.12.22 um 18:26 schrieb Philippe Mathieu-Daudé: > > On 18/12/22 18:15, Volker Rümelin wrote: > > > Use g_malloc0() as a direct replacement for audio_calloc(). > > > > > > Signed-off-by: Volker Rümelin > > > --- > > >  

Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 21:05, Christian Schoenebeck wrote: On Sunday, December 18, 2022 6:39:00 PM CET Volker Rümelin wrote: Am 18.12.22 um 18:26 schrieb Philippe Mathieu-Daudé: On 18/12/22 18:15, Volker Rümelin wrote: Use g_malloc0() as a direct replacement for audio_calloc(). Signed-off-by: Volker

Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2022-12-18 Thread Christian Schoenebeck
On Sunday, December 18, 2022 6:39:00 PM CET Volker Rümelin wrote: > Am 18.12.22 um 18:26 schrieb Philippe Mathieu-Daudé: > > On 18/12/22 18:15, Volker Rümelin wrote: > >> Use g_malloc0() as a direct replacement for audio_calloc(). > >> > >> Signed-off-by: Volker Rümelin > >> --- > >>

Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2022-12-18 Thread Volker Rümelin
Am 18.12.22 um 18:26 schrieb Philippe Mathieu-Daudé: On 18/12/22 18:15, Volker Rümelin wrote: Use g_malloc0() as a direct replacement for audio_calloc(). Signed-off-by: Volker Rümelin ---   audio/audio_template.h | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 18:15, Volker Rümelin wrote: Use g_malloc0() as a direct replacement for audio_calloc(). Signed-off-by: Volker Rümelin --- audio/audio_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio_template.h b/audio/audio_template.h index

[PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()

2022-12-18 Thread Volker Rümelin
Use g_malloc0() as a direct replacement for audio_calloc(). Signed-off-by: Volker Rümelin --- audio/audio_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio_template.h b/audio/audio_template.h index d343a1dcb3..5f51ef26b2 100644 ---