Alsa device enumeration, Audio Device dialog tuning, minimum buffer size support (gx plugins).
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public:
|
||||
void Clear() {
|
||||
for (int i = 0; i < allocatedBuffers.size(); ++i)
|
||||
{
|
||||
delete[] (char*)allocatedBuffers[i];
|
||||
delete[] (char*)(allocatedBuffers[i]);
|
||||
}
|
||||
allocatedBuffers.resize(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user