diff options
author | UbitUmarov | 2015-12-10 14:00:43 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-10 14:00:43 +0000 |
commit | 62009ba9c02590f689d202da1753c91498f5b51d (patch) | |
tree | acee356affc2af61db3eb029587a3128cba7929f /OpenSim/Region/CoreModules | |
parent | dont try to process packets for deleted clients (diff) | |
download | opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.zip opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.gz opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.bz2 opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.xz |
remove some SOG references on delete to help GC
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 39e3526..a21b52c 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -1083,6 +1083,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
1083 | 1083 | ||
1084 | // Now, remove the scripts | 1084 | // Now, remove the scripts |
1085 | so.RemoveScriptInstances(true); | 1085 | so.RemoveScriptInstances(true); |
1086 | so.Clear(); | ||
1086 | } | 1087 | } |
1087 | 1088 | ||
1088 | protected SceneObjectGroup RezSingleAttachmentFromInventoryInternal( | 1089 | protected SceneObjectGroup RezSingleAttachmentFromInventoryInternal( |