From b8e744ce04eaf294d0c06aca6b20b410122bf4ed Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 7 Mar 2011 19:56:42 +0200 Subject: [PATCH] spu: fix valgrind errors --- plugins/dfsound/spu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index dc0f5845..8558e48f 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -855,7 +855,7 @@ void SetupStreams(void) (uint32_t *)malloc(16384 * sizeof(uint32_t)); CDDAEnd = CDDAStart + 16384; CDDAPlay = CDDAStart; - CDDAFeed = CDDAStart + 1; + CDDAFeed = CDDAStart; for(i=0;i