13
0

AU fix potential endless loop during discovery

This commit is contained in:
Robin Gareus 2015-02-28 15:32:08 +01:00
parent 7a1baeee79
commit ee0826c823

View File

@ -2346,6 +2346,7 @@ AUPluginInfo::discover_by_description (PluginInfoList& plugs, CAComponentDescrip
case kAudioUnitType_Panner:
case kAudioUnitType_OfflineEffect:
case kAudioUnitType_FormatConverter:
comp = FindNextComponent (comp, &desc);
continue;
case kAudioUnitType_Output: