mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Deep redesign: corrections after Valgrind memcheck
This commit is contained in:
@@ -347,8 +347,9 @@ void PluginManager::loadPlugins(const QDir& dir)
|
||||
else
|
||||
{
|
||||
loader->unload();
|
||||
delete loader;
|
||||
}
|
||||
|
||||
delete loader; // Valgrind memcheck
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user