mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 11:38:24 -04:00
Fix hang when remote plugin is missing (#3770)
This commit is contained in:
committed by
Oskar Wallgren
parent
b1af4c233f
commit
d5a2ea136f
@@ -196,6 +196,7 @@ bool RemotePlugin::init( const QString &pluginExecutable,
|
||||
qWarning( "Remote plugin '%s' not found.",
|
||||
exec.toUtf8().constData() );
|
||||
m_failed = true;
|
||||
invalidate();
|
||||
unlock();
|
||||
return failed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user