Skip to content

Commit

Permalink
big brain forgot to dispose command manager
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Jun 8, 2020
1 parent 2cb670a commit 8c291a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ protected virtual void Dispose(bool disposing)
{
if (disposing)
{
this.commandManager.Dispose();

// You may not want to save a configuration until after you're done tweaking the class layout.
//this.pluginInterface.SavePluginConfig(this.config);

Expand Down

0 comments on commit 8c291a6

Please sign in to comment.