mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 19:35:46 -04:00
StateWrapper: Fix FIFO corruption on loading
This commit is contained in:
@ -145,6 +145,7 @@ public:
|
||||
{
|
||||
T* temp = new T[size];
|
||||
DoArray(temp, size);
|
||||
data->Clear();
|
||||
data->PushRange(temp, size);
|
||||
delete[] temp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user