Skip to content

Commit

Permalink
remove reference
Browse files Browse the repository at this point in the history
  • Loading branch information
saintentropy committed Nov 30, 2023
1 parent 99061fc commit 639f7bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DynamoCore/Models/DynamoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ protected virtual void ShutDownCore(bool shutdownHost)
Dispose();
PreferenceSettings.SaveInternal(pathManager.PreferenceFilePath);

//Remove reference on shutdown
PreferenceSettings.dynamoModelRuntimePreferenceSettings = null;

OnCleanup();

DynamoSelection.DestroyInstance();
Expand Down

0 comments on commit 639f7bd

Please sign in to comment.