1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Deep redesign: corrections after Valgrind memcheck

This commit is contained in:
f4exb
2015-08-29 03:09:44 +02:00
parent 43a783aceb
commit cebedf1460
5 changed files with 23 additions and 5 deletions
+2 -1
View File
@@ -347,8 +347,9 @@ void PluginManager::loadPlugins(const QDir& dir)
else
{
loader->unload();
delete loader;
}
delete loader; // Valgrind memcheck
}
}