Re: [pulseaudio-discuss] [PATCH] memblock: Initialize mempool object to zero

2014-12-09 Thread Alexander E. Patrakov
10.12.2014 03:00, David Henningsson wrote: This fixes a "use of uninitialised value" error in previous memblock commit. I have just tested it - indeed, no more valgrind warnings :) Reported-by: Alexander Patrakov Signed-off-by: David Henningsson --- src/pulsecore/memblock.c | 3 +-- 1 f

[pulseaudio-discuss] [PATCH] memblock: Initialize mempool object to zero

2014-12-09 Thread David Henningsson
This fixes a "use of uninitialised value" error in previous memblock commit. Reported-by: Alexander Patrakov Signed-off-by: David Henningsson --- src/pulsecore/memblock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c in