13
0

Fix previous commit

This commit is contained in:
Robin Gareus 2021-05-28 22:51:12 +02:00
parent 0f25086446
commit 37acb07752

View File

@ -2899,11 +2899,11 @@ AUPluginInfo::discover_by_description (PluginInfoList& plugs, CAComponentDescrip
}
if (is_blacklisted(CFStringRefToStdString(itemName))) {
info << string_compose (_("Skipped blacklisted AU plugin %1 "), CFStringRefToStdString(itemName)) << endmsg;
if (itemName != NULL) {
CFRelease(itemName);
itemName = NULL;
}
info << string_compose (_("Skipped blacklisted AU plugin %1 "), CFStringRefToStdString(itemName)) << endmsg;
comp = ArdourFindNext (comp, &desc);
continue;
}