REFACTOR: All refactor in DiscImageChef.Filters.

This commit is contained in:
2017-12-22 16:17:40 +00:00
parent c59e424ec8
commit af478a92d1
13 changed files with 68 additions and 106 deletions

View File

@@ -54,7 +54,7 @@ namespace DiscImageChef.Filters
public override void Close()
{
if(dataStream != null) dataStream.Close();
dataStream?.Close();
dataStream = null;
basePath = null;
opened = false;