Skip to content

Commit

Permalink
don't crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynchodon committed Jul 11, 2017
1 parent 86830f9 commit 7f29e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PluginManager/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
2 changes: 1 addition & 1 deletion TorchPlugin/TorchPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TorchPlugin()

public override void Dispose()
{
_loader.Dispose();
_loader?.Dispose();
_loader = null;
}

Expand Down

0 comments on commit 7f29e49

Please sign in to comment.