I did a build and analyze on my app (0.99.4). It reported a dereference of null pointer on both lines
236 _channelGroups[i].startIndex = channelCount;
and 255
_bufferStates[i] = CD_BS_EMPTY;
Can someone tell me if I need to worry about it? I'd rather not dig into it myself... ;-)