Files
lmms/src/core
Tobias Doerffel 598bbcd1f7 AudioPulseAudio: alloc pcmbuf via CPU class
In AudioPulseAudio::streamWriteCallback() we're operating on pcmbuf
via an operation from CPU class. All methods of CPU assume the buffer
being aligned on 16 byte boundaries. However pa_xmalloc() & friends do
not allocate aligned memory which resulted in a crash when calling
CPU::convertToS16() (SSE2 version takes advantage of aligned memory).

Replacing pa_xmalloc()/pa_xfree() with CPU::memAlloc()/CPU::memFree()
fixes this crash.

Closes bug #2890465.
2009-11-05 10:18:23 +01:00
..
2009-10-25 16:19:57 -04:00
2009-08-24 17:59:28 +02:00
2008-09-21 23:47:02 +00:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00