🎨Initializate list of plugins at the same time PluginBase is constructed.

This commit is contained in:
2017-12-26 06:43:29 +00:00
parent 2eca6ec8be
commit 5b56702c60
12 changed files with 4 additions and 21 deletions

View File

@@ -52,7 +52,6 @@ namespace DiscImageChef.Core
public static List<Partition> GetAll(IMediaImage image)
{
PluginBase plugins = new PluginBase();
plugins.RegisterAllPlugins();
List<Partition> foundPartitions = new List<Partition>();
List<Partition> childPartitions = new List<Partition>();
List<ulong> checkedLocations = new List<ulong>();