- fixed leakage during patch load
- fixed leakage during bank load
This commit is contained in:
@@ -808,8 +808,8 @@ void JaySynthAudioProcessor::setStateInformation (const void* data, int sizeInBy
|
||||
pData = (void *)pUncompressedData;
|
||||
size = uncompressedSize;
|
||||
}
|
||||
ScopedPointer<XmlElement> xml = getXmlFromBinary(pData, size);
|
||||
|
||||
ScopedPointer<XmlElement> xml = getXmlFromBinary(pData, size);
|
||||
if (xml != 0)
|
||||
{
|
||||
if (xml->hasTagName ("JSynth"))
|
||||
|
||||
Reference in New Issue
Block a user