spu: fix valgrind errors
authornotaz <notasas@gmail.com>
Mon, 7 Mar 2011 17:56:42 +0000 (19:56 +0200)
committernotaz <notasas@gmail.com>
Mon, 7 Mar 2011 17:59:05 +0000 (19:59 +0200)
plugins/dfsound/spu.c

index dc0f584..8558e48 100644 (file)
@@ -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<MAXCHAN;i++)                                // loop sound channels
   {